/mnist

Machine learning for MNIST

Primary LanguagePythonApache License 2.0Apache-2.0

mnist

Recognize handwritten digits in real time.

Working like this:

Demo

Show all detail of CNN layer

Output

Full tensorboard support:

scalars graph histogram

Quick start

  • install python 3.6
  • install python packages: numpy matplotlib
  • install tensorflow
  • training model: python mnist.py
  • using model: python demo.py