Skip to content
forked from j05t/mnist

Classify MNIST digits using Convolutional Neural Networks

License

Notifications You must be signed in to change notification settings

diwanshib/mnist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST digit recognizer

Results of this model on MNIST test data:

  1. 0.22% test error rate with ensemble of 10 CNNs
  2. 0.21% test error rate with ensemble of 6 selected CNNs
  3. 0.26% test error rate for best single model

Source code

See https://github.com/j05t/mnist/blob/master/mnist.ipynb. Models have been created and trained using the Theano Backend. The script has been adapted to work with the TensorFlow backend, but saving/loading training histories seem to be broken right now. Best model weights have been uploaded.

Incorrect predictions

0.21% test error rate gives us a total of 21 incorrect predictions on the MNIST testing dataset of 10,000 images: incorrect predictions

About

Classify MNIST digits using Convolutional Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%