简单粗暴 TensorFlow 2.0 | A Concise Handbook of TensorFlow 2.0
基于Eager Execution | Based on Eager Execution
这是一本简明的 TensorFlow 2.0 入门指导手册,基于 Keras 和 Eager Execution(即时运行)模式,力图让具备一定机器学习及Python基础的开发者们快速上手TensorFlow 2.0。
本手册的所有代码基于 TensorFlow 2.0 正式版及 beta1 版本。文中的所有示例代码可至 这里 获得。
本手册正于TensorFlow官方微信公众号(TensorFlow_official)连载,可点此查看 连载文章目录 。本手册的英文版仍在翻译中。请访问 https://v1.tf.wiki 以查看本手册上一版的英文版。本手册是 Google Summer of Code 2019 项目之一。
GitHub: https://github.com/snowkylin/tensorflow-handbook
This is a concise handbook of TensorFlow 2.0 based on Keras and Eager Execution mode, aiming to help developers with some basic machine learning and Python knowledge to get started with TensorFlow 2.0 quickly.
The code of this handbook is based on TensorFlow 2.0 stable version or beta1 version. All sample code in this handbook can be viewed here .
The English version of this handbook is still in progress. Please refer to https://v1.tf.wiki for the eariler version. This handbook is a project of Google Summer of Code 2019.
GitHub: https://github.com/snowkylin/tensorflow-handbook
目录
基础
- TensorFlow安装与环境配置
- TensorFlow基础
- TensorFlow 模型建立与训练
- TensorFlow常用模块
部署
大规模训练与加速
扩展
- TensorFlow Hub 模型复用(Jinpeng)
- TensorFlow Datasets 数据集载入
- Swift for TensorFlow (S4TF) (Huan)
- TensorFlow in Julia(Ziyang)
附录
- 图模型下的TensorFlow
- 使用Docker部署TensorFlow环境
- 在云端使用TensorFlow
- 部署自己的交互式Python开发环境JupyterLab
- TensorFlow性能优化
- 参考资料与推荐阅读
- 术语中英对照表
答疑区
(中文)TensorFlow中文社区“简单粗暴TensorFlow”版面: https://www.tensorflowers.cn/b/48 (中文的疑问和建议请来此处,将以中文回答和讨论。欢迎使用中文的开发者们前来TensorFlow中文社区交流讨论)
(英文)https://github.com/snowkylin/tensorflow-handbook/releases (英文的疑问或建议可在GitHub issue中提出,会以英文回答)
PDF下载(旧版):
中文版:https://www.tensorflowers.cn/t/6230 (同时也有英文版下载)
英文版:https://github.com/snowkylin/tensorflow-handbook/releases
GitHub: https://github.com/snowkylin/tensorflow-handbook
Q&A area
(Chinese) TensorFlow Chinese community “A Concise Handbook of TensorFlow” forum: https://www.tensorflowers.cn/b/48
(English) https://github.com/snowkylin/tensorflow-handbook/issues
PDF download (old version):
Chinese version: https://www.tensorflowers.cn/t/6230
English version: https://github.com/snowkylin/tensorflow-handbook/releases
GitHub: https://github.com/snowkylin/tensorflow-handbook