A simple tensorflow classification algorithm using Convolutional Neural Networks The network Architecture and the code based on the tensorflow tutorial
https://www.tensorflow.org/tutorials/layers
The MNIST database of handwritten digits,has a training set of 60,000 examples, and a test set of 10,000 examples. The digits have been size-normalized and centered in a fixed-size image.