Skip to content

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

Notifications You must be signed in to change notification settings

sachin-bisht/Digit-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Digit-Recognition

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

IMPORTANT : Download all the four files available in this site and unzip it in src directory

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

Releases

No releases published

Packages

No packages published

Languages