neural_network, a MATLAB code which uses a neural network for deep learning, using back propagation and stochastic gradient descent, by Catherine Higham and Desmond Higham.
The information on this web page is distributed under the MIT license.
neural_network is available in a MATLAB version and an Octave version and a Python version.
mnist_neural, a MATLAB code which constructs a neural network in order to classify images of digits.
Catherine Higham, Desmond Higham. Modifications by John Burkardt.