mnist_neural


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.

Languages:

mnist_neural is available in a keras version and a MATLAB version.

Related Data and Programs:

mnist_neural_test

Reference:

  1. The MathWorks,
    Create Simple Deep Learning Network for Classification,
    https://www.mathworks.com/help/deeplearning/examples/create-simple-deep-learning-network-for-classification.html

Source Code:


Last revised on 04 February 2019.