JeffChen2020 / tensorflow-handbook

简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 | 一本简明的 TensorFlow 2 入门指导教程

Home Page:https://tf.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

基于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) :

教程在线答疑区 | 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

CONTRIBUTORS

contributor contributor contributor contributor contributor contributor contributor contributor

About

简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 | 一本简明的 TensorFlow 2 入门指导教程

https://tf.wiki


Languages

Language:Jupyter Notebook 74.3%Language:Python 21.2%Language:Java 2.6%Language:HTML 0.8%Language:JavaScript 0.6%Language:Swift 0.3%Language:Batchfile 0.1%Language:Makefile 0.1%Language:CSS 0.0%