Tensorflow.手写数字(MNIST)

1、Tensorflow解决MNIST手写数字分类问题 - 姜兴琪的博客 - CSDN博客.html(https://blog.csdn.net/jxq0816/article/details/79305662

      TensorFlow中文社区:http://www.tensorfly.cn/tfdoc/tutorials/mnist_beginners.html (ZC:看了下,貌似上面文章的作者就是照着这个文章来弄的)

  ZC:我测试的代码,也是从这个文章的链接(github)中下载的。里面的数据(t10k-images-idx3-ubyte.gz、t10k-labels-idx1-ubyte.gz、train-images-idx3-ubyte.gz、train-labels-idx1-ubyte.gz)是通过别的网站下下来的,也可以从本文章的 github中下载(应该是一样的  吧...)

  ZC:跑了一下 mnist.py,和文章中结果差不多,但是 input_data.py没有运行 也不知道是怎么用的... mnist_with_summaries.py 也不知道是干嘛的...

  ZC:文中提到 “做一些小小的改进,我们就可以得到97%的正确率”,但是 作者也没提 怎么改进...

  ZC:"E:\Project_Py37\PurePyTest1\"(mnist.py、input_data.py、mnist_with_summaries.py)

  ZC:"E:\Project_Py37\PurePyTest1\MNIST_data\"(t10k-images-idx3-ubyte.gz、t10k-labels-idx1-ubyte.gz、train-images-idx3-ubyte.gz、train-labels-idx1-ubyte.gz)

2、

3、

4、

5、

猜你喜欢

转载自www.cnblogs.com/pythonzc/p/11249731.html
今日推荐