mnistNeuralNet

implemented neural network to classify handwritten digits between 0-9

trained with MNIST database (30,000 inputs)

learning rate optimized through validation set, early stopping done through validation set (3,000 inputs)

runs for 100 epochs and testing set hits 95%+~ accuracy (300 inputs)