The following code uses the MNIST database which is a tagged database of handwritten digits. The code builds a decision-type model to classify the digits. The model was built on 60,000 samples and tested on 10,000 additional samples. The database is located at http://yann.lecun.com/exdb/mnist/ The model's success rate is 87%
Written by Baruch Bakshet and Yisrael Rolnick.