简单粗暴 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

目录

基础

部署

大规模训练与加速

扩展

附录

答疑区

PDF下载(旧版):

GitHub: https://github.com/snowkylin/tensorflow-handbook

Q&A area

PDF download (old version):

GitHub: https://github.com/snowkylin/tensorflow-handbook

Indices and tables

Flag Counter