基于Eager Execution | Based on Eager Execution
在线阅读 | Read online : https://tf.wiki
备用地址 | Alternative URL:https://snowkylin.github.io/tensorflow-handbook/
作者 | Author: Xihan Li (snowkylin), Huan Li, Jinpeng Zhu
这是一本简明的 TensorFlow 2 入门指导手册,基于 Keras 和即时执行模式(Eager Execution),力图让具备一定机器学习及 Python 基础的开发者们快速上手 TensorFlow 2。
本文的所有代码基于 TensorFlow 2.1 和 2.0 正式版。文中的所有示例代码可至 这里 获得。
This is a concise handbook of TensorFlow 2 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 quickly.
The code of this handbook is based on TensorFlow 2.0 and 2.1 stable version. All codes in the book can be found here.
PDF下载(旧版) | PDF download (old version) :
- (中文版 | Chinese): https://discuss.tf.wiki/t/topic/23
- (英文版 | English): https://github.com/snowkylin/tensorflow-handbook/releases
教程在线答疑区 | Online Q&A area :
- (中文 | Chinese): https://discuss.tf.wiki
- (英文 | English): https://github.com/snowkylin/tensorflow-handbook/issues
run
make install
for run all the follow commands.
# https://www.ibm.com/developerworks/cn/opensource/os-sphinx-documentation/index.html
pip install sphinx
# for theme
pip install sphinx_rtd_theme
# for auto build
pip install sphinx_autobuild