mnist
mnist copied to clipboard
Machine learning for MNIST
mnist
Recognize handwritten digits in real time.
Working like this:
Show all detail of CNN layer
Full tensorboard support:
Quick start
- install python 3.6
- install python packages: numpy matplotlib
- install tensorflow
- training model: python mnist.py
- using model: python demo.py