tensorflow学习
Posted live-program
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow学习相关的知识,希望对你有一定的参考价值。
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学习的主要内容,如果未能解决你的问题,请参考以下文章
深度学习TensorFlow面试题:什么是TensorFlow?你对张量了解多少?TensorFlow有什么优势?TensorFlow比PyTorch有什么不同?该如何选择?