/tensorflow-handbook

简单粗暴 TensorFlow 2.0 | A Concise Handbook of TensorFlow 2.0

Primary LanguageJupyter Notebook

简单粗暴TensorFlow 2.0 | A Concise Handbook of TensorFlow 2.0

基于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.0入门指导,基于TensorFlow的Eager Execution(动态图)模式,力图让具备一定机器学习及Python基础的开发者们快速上手TensorFlow 2.0。

本文的所有代码基于TensorFlow 2.0 beta1版本。

This handbook is a concise introduction to TensorFlow 2.0 based on Eager Execution mode, trying 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 beta1.

PDF下载(旧版) | PDF download (old version) :

在线答疑区 | Online Q&A area :

DEVELOPING

Install

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