项目作者: aferryard

项目描述 :
A Matlab implementation of handwritten digit recognition using the MNIST dataset.
高级语言: Matlab
项目地址: git://github.com/aferryard/MNIST-Digit-Recognition-using-MATLAB.git
创建时间: 2018-02-27T03:45:46Z
项目社区:https://github.com/aferryard/MNIST-Digit-Recognition-using-MATLAB

开源协议:MIT License

下载


MNIST Digit Recognition using MATLAB

This is the neural network implementation of handwritten digit recognition based on Michael Nielsen’s book: Neural Networks and Deep Learning Chapter 1. This matlab code is a modified version of his python code which can be found here.

This program was run in MATLAB 2016b. The main file is digitRecognition.m. In this file, you can configure the number of hidden layers, number of nodes per layers, number of training epochs, learning rate, and the size of the mini batches.