Compare Classification Algorithms MNIST
This sample demonstrates how to train and compare multiple classification algorithms for recognizing handwritten digits.
MNIST dataset is used, provided in Samples to solve this problem. All the algorithms achieved very high accuracy with Convolution Neural Network with two hidden layers stood out at close to 99% accuracy.