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
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