mnist icon indicating copy to clipboard operation
mnist copied to clipboard

Machine learning for MNIST

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