Digit recognition with neural network

January 26, 2013 ยท View on GitHub

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