Skip to content

RimoGuin/trainMNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trainMNIST

Used MNIST dataset to create app which detects the number written by user

MNIST Dataset: The MNIST database (Modified National Institute of Standards and Technology database) is a large database of handwritten digits that is commonly used for training various image processing systems. The database is also widely used for training and testing in the field of machine learning. It was created by "re-mixing" the samples from NIST's original datasets. The creators felt that since NIST's training dataset was taken from American Census Bureau employees, while the testing dataset was taken from American high school students, it was not well-suited for machine learning experiments. Furthermore, the black and white images from NIST were normalized to fit into a 28x28 pixel bounding box and anti-aliased, which introduced grayscale levels.

MNIST database

Update 1: The model is overfitted, need to run it again, with lesser epochs(40+ is too much).

About

Used MNIST database to create app which detects the number written by user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published