/DigitRecognition

Digit recognition with neural network

Primary LanguagePython

Digit recognition with neural network 
=====================================

Sample implementation of neural networks.
Ground up implementation in Python.
Implementation is slow and ment only for learning purposes.

Runs with Python 3.2

Required libraries:
 - scipy
 - numpy
 - pygame