Skip to content

A simple mnist program build with SVM(Support Vector Machine)

Notifications You must be signed in to change notification settings

Uday-lal/MNIST-with-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST with Support Vector Machine

This program is my version of solving the MNIST Digit data set. It allows the user to draw a number on the screen and have the program take a guess of which digit it is. This uses a basic svm model.

Requirement

  • Python 3.6 or higher
  • pygame
  • tkinter
  • Sklearn
  • matplotlib
  • numpy
  • mnist

About

A simple mnist program build with SVM(Support Vector Machine)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages