标签: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......
标签:get git 基于 ber hub html 需要 sdk soft
原文地址:https://www.cnblogs.com/live-program/p/11026477.html