Skip to content

Recognize handwritten digits using back-propagation algorithm on MNIST data-set

Notifications You must be signed in to change notification settings

Bhaskar-Dutt/Digit-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Digit-Recognition

MNIST Database : http://yann.lecun.com/exdb/mnist/

IMPORTANT : Download the files from the above given link. There must be 4 files and extract them in the src folder.

I used python-mnist library to load the mnist data.

Want to know more about python-mnist : https://pypi.python.org/pypi/python-mnist

Prerequisite :

Python 3

pip(Python Package Index) :

$ sudo apt-get install python3-pip

mnist package :

$ sudo pip3 install python-mnist

numpy package :

$ sudo pip3 install numpy

How to run :

Run driver.py

About

Recognize handwritten digits using back-propagation algorithm on MNIST data-set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%