A feed-forward Neural Network was trained to classify a 28x28 pixel grid as a digit from 0-9. The network has an input layer of 784 neurons, one hidden layer of 200 neurons, and an output layer of 10 neurons (one for each digit). It was trained with the MNIST database of handwritten digits which can be found here.

Draw a number from 0-9 on the canvas below. USe the full height of the canvas for the best results.

Guess:

Neuron Activations
0
1
2
3
4
5
6
7
8
9