mnist_neural, a MATLAB program which defines a convolutional neural network (CNN) and applies it to the task of classifying a set of images of numerical digits.
This program is adapted from an example posted on the MathWorks website, and interested users should refer to the code and documentation posted there.
mnist_neural is available in a keras version and a MATLAB version.