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

tensorflow学习

时间:2019-07-06 13:27:12      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:get   git   基于   ber   hub   html   需要   sdk   soft   

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学习

标签:get   git   基于   ber   hub   html   需要   sdk   soft   

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

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