Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 298 Bytes

mnist2digits

This is a little demo about how to use neural networks to classify handwritten digits (MNIST database). To implement the neural network I have used Neurolab. https://pythonhosted.org/neurolab/

For the sake of speed and simplicity I classify only two numbers (1 and 8).