Skip to content

Simple ConvNet to classify digits from the famous MNIST dataset

Notifications You must be signed in to change notification settings

adeshpande3/Kaggle-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Kaggle-MNIST

Simple ConvNet to classify digits from the famous MNIST dataset. This program gets 98.63% on Kaggle's test set.

You can download both the test and train datasets at this page: https://www.kaggle.com/c/digit-recognizer/data

In order to run this program, you need to have Theano, Keras, and Numpy installed as well as the train and test datasets (from Kaggle) in the same folder as the python file.

About

Simple ConvNet to classify digits from the famous MNIST dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages