Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 573 Bytes

File metadata and controls

12 lines (7 loc) · 573 Bytes

Neural-Network-Character-Recognition

Using a simple neural network to recognise images from the MNIST data

Base code is from this excelent online book from Micheal A. Nielsen

I have since been improving the speed and accuracy though suggestions in the book and my own ideas.

To run, first download the MNIST data by running the batch script get_data.sh or simply clone the mmnist repo.

git clone https://github.com/mnielsen/neural-networks-and-deep-learning.git

The python script are writen for python 2.7