MNIST-3LNN
1.0
A simple 3-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
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.