Project Awesome project awesome

Miscellaneous > Basic digit recognition neural network

Package 96 stars GitHub

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
Back to Deep Learning