Skip to content
/ MNIST Public

Machine Learning analyses of the MNIST database of handwritten digits

License

Notifications You must be signed in to change notification settings

grfiv/MNIST

Repository files navigation

Analyses of MNIST database of handwritten digits

This project is an attempt to beat the benchmarks set for the algorithms described in the 1998 paper by LeCun et al., plus some newer algorithms that have become popular, using the MNIST database of handwritten digits. I then tried each algorithm in the Kaggle Handwritten Digit contest.

As of August 2015 I have gotten through all of the algorithms and achieved 0.99257 on Kaggle using a Theano multi-layer neural network running on a GPU at AWS, placing 28th out of 646 entrants.

See MNIST.pdf for the detailed documentation.

The data is very large so I zipped up the /data/ folder and uploaded it to AWS S3; download the file and extract it inside the /MNIST/ folder produced by git pull.

https://s3.amazonaws.com/grfiv-mnist/data.zip

DOI

About

Machine Learning analyses of the MNIST database of handwritten digits

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages