码迷,mamicode.com
首页 > 其他好文 > 详细

MINIST手写数字识别

时间:2019-09-21 23:01:17      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:配置环境   tensor   nis   data   follow   boa   dag   als   orb   

1、配置环境:tensorflow+matplotlib

添加matplotlib库:https://blog.csdn.net/jiaoyangwm/article/details/79252845

2、下载数据:

http://yann.lecun.com/exdb/mnist/

3、主要步骤:

  1)载入数据,解析文件

  2)构建CNN网络

  3)构建loss function

  4)配置寻优器

    梯度下降法、动量优化器、Adam优化器、Adagrad优化器、FTRL优化器、RMSProp优化器、

  5)训练、测试

  6)tensorboard可视化

4、详细解释

http://wiki.jikexueyuan.com/project/tensorflow-zh/tutorials/mnist_beginners.html

5、具体实现

 

MINIST手写数字识别

标签:配置环境   tensor   nis   data   follow   boa   dag   als   orb   

原文地址:https://www.cnblogs.com/chengmm/p/11565058.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!