TensorFlow 不断更新迭代,很多操作都被摒弃与更新,本场 Chat 环境如下:Windows 10、Python 3.6、TensorFlow 1.4。
内容提要:
一、初识 TensorFlow(简述部分)
- TensorFlow 是什么?
- TensorFlow 安装
- TensorFlow 基本概念与原理
二、数据结构(tensor)(重点部分)
- Rank(阶)
- Shape(形状)
- Data Type(数据类型)
三、生成数据十二法(重点部分)
四、实战 TensorFlow(附源码)
梯度下降法求解 y = W * x + b 中参数
通过本 Chat 的学习和实战,读者能够基于新版 TensorFlow 1.4 掌握 TensorFlow 语言、熟悉基本操作、理解 tensor 与 flow 是什么关系,进而能开启深度学习的大门。
阅读全文: http://gitbook.cn/gitchat/activity/5a52e91f5881a96df9f4c02c
您还可以下载 CSDN 旗下精品原创内容社区 GitChat App ,阅读更多 GitChat 专享技术内容哦。