Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 515 Bytes

MNIST classification

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

MNIST Dataset

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.

you can download it and learn more from this link

http://yann.lecun.com/exdb/mnist/