This is an easy cnn model implementation of MNIST by tensorflow.
It's a good example to learn how to design a cnn model.
- download data from http://wiki.jikexueyuan.com/project/tensorflow-zh/tutorials/mnist_download.html
- put files into 'data' directory.
- 'python3 cnn_mnist.py'
The final accuracy of the model is about 99.3%.
If there is any question, please feel free to contact me(zzshengyeah@gmail.com).