shamMan / mnist

Machine learning for MNIST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Machine learning for MNIST

License:Apache License 2.0


Languages

Language:Python 100.0%