/Digit-Recognition

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

Primary LanguagePython

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