================================================================== 简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 ================================================================== .. raw:: html
简体中文版 繁體中文版 English Version
这是一本简明的 TensorFlow 2 入门指导手册,基于 Keras 和即时执行模式(Eager Execution),力图让具备一定机器学习及 Python 基础的开发者们快速上手 TensorFlow 2。同时也是纸质版技术手册 `《简明的 TensorFlow 2》 `_ 的部分草稿。 本手册的所有代码基于 TensorFlow 2.2 正式版。文中的所有示例代码可至 `这里 `_ 获得。 本手册正于TensorFlow官方微信公众号(TensorFlow_official)连载,可点此查看 `连载文章目录 `_ 。本手册的原始语言为简体中文,并有 `繁体中文版 `_ 和 `英文版 `_ 。本手册是 `Google Summer of Code 2019 `_ 项目之一,并获得 `谷歌开源贡献奖(Google Open Source Peer Bonus) `_ 。 自2020年4月起,在每章文末加入了留言区,欢迎有需要的读者在文末讨论交流。 **GitHub:** https://github.com/snowkylin/tensorflow-handbook .. raw:: html | **教程答疑区:** https://discuss.tf.wiki .. raw:: html **纸质完整版:《简明的 TensorFlow 2》** .. raw:: html

本书纸质版《简明的 TensorFlow 2》由人民邮电出版社(图灵社区)出版,在本在线手册的基础上进行了细致的编排校对,并增加了若干 TensorFlow 高级专题,全彩印刷,为读者带来更好的阅读体验。

豆瓣评分:https://book.douban.com/subject/35217981/

纸质版购买链接:

.. toctree:: :maxdepth: 2 :caption: 目录 foreword preface introduction .. toctree:: :maxdepth: 3 :caption: 基础 basic/installation basic/basic basic/models basic/tools .. toctree:: :maxdepth: 3 :caption: 部署 deployment/export deployment/serving deployment/lite deployment/javascript .. toctree:: :maxdepth: 3 :caption: 大规模训练与加速 appendix/distributed appendix/tpu .. toctree:: :maxdepth: 3 :caption: 扩展 appendix/tfhub appendix/tfds appendix/swift appendix/quantum .. .. toctree:: :maxdepth: 3 :caption: 高级 advanced/static advanced/tape advanced/optimization .. toctree:: :maxdepth: 3 :caption: 附录 appendix/rl appendix/docker appendix/cloud appendix/jupyterlab appendix/recommended_books appendix/terms .. only:: html Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. raw:: html Flag Counter