tensorflowFirstTest - juedaiyuer/researchNote GitHub Wiki
#tensorflow的一次尝试#
##安装必要软件##
- Python
- TensorFlow
- Matplotlib
克隆Github存储库
$ git clone https://github.com/martin-gorner/tensorflow-mnist-tutorial
这个库包含了多个文件,而你将只在mnist_1.0_softmax.py中操作。其它文件是用于加载数据和可视化结果的解决方案或支持代码。
进入库文件,运行下面的代码
$ python2 mnist_1.0_softmax.py
##source##
- Github-(tensorflow-mnist-tutorial)
- 教程 | 没有博士学位,照样玩转TensorFlow深度学习-为知笔记-已归档