================================================================== 簡單粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 ================================================================== .. raw:: html
簡體中文版 繁體中文版 English Version
這是一本簡明的 TensorFlow 2 入門指導手冊,基於 Keras 和即時執行模式(Eager Execution),力圖讓具備一定機器學習及 Python 基礎的開發者們快速上手 TensorFlow 2。 本手冊的所有代碼基於 TensorFlow 2.1 和 2.0 正式版。文中的所有示例代碼可至 `這裡 `_ 獲得。 本手冊正於TensorFlow官方微信公衆號(TensorFlow_official)連載,可點此查看 `連載文章目錄 `_ 。本手冊的原始語言爲中文,其英文版仍在翻譯中。請訪問 https://v1.tf.wiki 以查看本手冊上一版的英文版。本手冊是 `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上車就學會》** .. raw:: html

本書紙質版《從來沒有這麼明白過: TensorFlow上車就學會》由深智數位出版,在本在線手冊的基礎上進行了細緻的編排校對,並增加了若干 TensorFlow 高級專題,為讀者帶來更好的閱讀體驗。

紙質版購買鏈接:

.. toctree:: :maxdepth: 2 :caption: 目錄 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