项目作者: sachin-bisht

项目描述 :
Recognize handwritten digits using back-propagation algorithm on MNIST data-set
高级语言: Python
项目地址: git://github.com/sachin-bisht/Digit-Recognition.git
创建时间: 2018-03-03T09:06:01Z
项目社区:https://github.com/sachin-bisht/Digit-Recognition

开源协议:

下载


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