深度学习-Tensorflow 安装和如梦

1,安装

我这里用的是Windows 10 WSL

pip3 查看安装情况;

pip3 list

 

如果tf有安装,就安装

pip3 install tensorflow
Collecting tensorflow
  Downloading https://files.pythonhosted.org/packages/de/f0/96fb2e0412ae9692dbf400e5b04432885f677ad6241c088ccc5fe7724d69/tensorflow-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (109.2MB)         10% |███▌                            | 11.9MB 869kB/s eta 0:01:52

https://blog.csdn.net/weixin_38113808/article/details/90052159

 

https://blog.csdn.net/intflojx/article/details/85541343?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.channel_param

 

2,入门

 

来自简书Bobby0322作者,推荐;

TensorFlow入门极简教程(一)

TensorFlow入门极简教程(二)

TensorFlow入门极简教程(三):标量Scalar

TensorFlow入门极简教程(四):Vector

TensorFlow入门极简教程(五):Matrix

TensorFlow入门极简教程(六):Norm(范数)

TensorFlow入门极简教程(七):训练卷积神经网络并保存模型,加载模型

 

你可能感兴趣的:(AI)