MNIST-3LNN  1.0
A simple 3-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
MNIST 3-Layer Neural Network

Simple feed-forward neural network with 3 layers of nodes (input, hidden, output) using Sigmoid or Tanh activation function and back propagation to classify MNIST handwritten digit images.Simple feed-forward neural network with 3 layers of nodes (input, hidden, output) using Sigmoid or Tanh activation function and back propagation to classify MNIST handwritten digit images.

See also
Simple 3-Layer Neural Network for MNIST Handwriting Recognition
http://yann.lecun.com/exdb/mnist/
Version
Github Project Page
Author
Matt Lind
Date
August 2015