This is a note on implementation of handwritten digits recognition, with the neural network learning process, by using Octave nnet package (or MATLAB neural network toolbox).
At the end, I play around with R code and RSNNS library (Stuttgart Neural Network Simulator for R).
GitHub, Octave/MATLAB:
https://github.com/flyingdisc/handwritten-digits-recognition-octave-nnet
Github, R - RSNNS:
https://github.com/flyingdisc/handwritten-digits-recognition-RSNNS
----