首页 > 其他 > 详细

tensorflow学习

时间:2019-07-06 14:06:35      阅读:103      评论:0      收藏:0      [点我收藏+]

tensorflow项目的github地址:

https://github.com/teafternoon/tensorflow-using

 

tensorflow学习

 

第一小节:MNIST

安装GPU版tensorflow需要先安装cuda sdk

cuda sdk下载官网:https://www.nvidia.cn/object/cuda_get_cn_old.html

GPU版tensorflow安装:pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

 

MNIST是一个入门级的计算机视觉数据集,它包含了各种手写数字图片。

基于此,我们训练一个机器学习模型用于识别图片里面的数字。该识别基于Softmax Regression

 mnist数据集下载地址:http://yann.lecun.com/exdb/mnist/

 

 

 

 

 

To Be Continue......

tensorflow学习

原文:https://www.cnblogs.com/live-program/p/11026477.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!