# tensorflow-handbook **Repository Path**: pinefire/tensorflow-handbook ## Basic Information - **Project Name**: tensorflow-handbook - **Description**: 简单粗暴 TensorFlow 2.0 | A Concise Handbook of TensorFlow 2.0 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单粗暴 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](https://github.com/huan), 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) : - (中文版 | 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 ## DEVELOPING ### Install > run `make install` for run all the follow commands. ```sh # 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 ```