# mnist **Repository Path**: lure_ai/mnist ## Basic Information - **Project Name**: mnist - **Description**: 200行实现“神经网络”可视化,让“卷积”不再佶屈聱牙 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2019-01-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mnist Recognize handwritten digits in real time. ## Working like this: ![Demo](doc/demo.gif) ## Show all detail of CNN layer ![Output](doc/output.png) ## Full tensorboard support: ![scalars](doc/scalars.png) ![graph](doc/graph.png) ![histogram](doc/histogram.png) ## Quick start - install python 3.6 - install python packages: numpy matplotlib - install tensorflow - training model: python mnist.py - using model: python demo.py