Matlab Neural Net Code

A while a go I made a simple Matlab class for neural networks. Today I dusted off the code a bit, put it up on github and made this video of a simple ten neuron network learning the MNIST handwritten digits. It only ever gets to around 90% accuracy but it is a nice check to make sure training is working properly. Its also neat because after a bit of training you can clearly make out which neuron is learning which digit. Check out the code on github.

Thanks to Alex McFarlane for his blog post on generating videos for Jekyll blogs