57

GitHub - xitu/tensorflow-docs: TensorFlow 官方文档中文版 V1.7

 6 years ago
source link: https://github.com/xitu/tensorflow-docs
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

68747470733a2f2f7777772e74656e736f72666c6f772e6f72672f696d616765732f74665f6c6f676f5f7472616e73702e706e67

TensorFlow Docs 是由掘金翻译计划实时维护的 TensorFlow 官方文档中文版,维护者为全球各大公司开发人员和各著名高校研究者及学生。欢迎大家加入维护团队,欢迎提 Issue 和 PR,参与之前请阅读文档维护说明


Documentation Linux CPU Linux GPU Mac OS CPU Windows CPU Android Documentation Build Status Build Status Build Status Build Status Build Status Download

TensorFlow 是一个使用数据流图进行数值计算开源软件库。 图的节点表示数学运算,节点之间的边表示流动的多维数据数组(张量)。 这种灵活的架构允许你在无需重写代码的情况下,将计算在桌面端、服务端或移动端部署到一个或多个 CPU 和 GPU 中。 TensorFlow 还包含 TensorBoard,它是一个数据可视化工具包。

TensorFlow 最初由 Google 机器智能研究机构内的 Google Brain 团队的研究人员和工程师开发,用于进行机器学习和深度神经网络研究。 此系统一般足以适用于各种其他领域。

安装

安装 TensorFlow 页面中查看关于稳定二进制版的安装或从源码安装的安装步骤。

喜欢挑战的人也可以尝试我们的开发版:

开发版 pip 包

  • 我们非常高兴发布 TensorFlow 的开发版,现在 pypi 提供开发版的 pip 包 tf-nightlytf-nightly-gpu 项目。在干净的环境中简单运行 pip install tf-nightlypip install tf-nightly-gpu 即可安装 TensorFlow 开发版。 我们为 Linux、Mac 和 Windows 提供 CPU 和 GPU 支持。

独立的 whl 文件

开启你的第一个 TensorFlow 程序

$ python
>>> import tensorflow as tf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> sess.run(hello)
'Hello, TensorFlow!'
>>> a = tf.constant(10)
>>> b = tf.constant(32)
>>> sess.run(a + b)
42
>>> sess.close()

贡献指南

如果你想参与贡献 TensorFlow,请先查看我们的 贡献指南。此项目遵循 TensorFlow 项目规范。我们期望你能遵循此规范。

我们还使用 GitHub issues 来跟进 requests 和 bugs。对于一般性问题和讨论请查看 TensorFlow 讨论,或直接在 Stack Overflow 提问。

TensorFlow 项目致力于遵守开源软件开发中普遍接受的最佳实践:

CII 最佳实践

更多信息

你可以在 tensorflow.org 社区页 了解更多关于参与 TensorFlow 社区的方法。

文档管理团队

26959437?s=460&v=4
LeviDing

? ? ? 4813445?s=460&v=4
pkuwwt

? ? 6165782?s=460&v=4
John Jiang

? ? 5164225?s=460&v=4
lsvih

? ? 9419075?s=460&v=4
foxxnuaa

? ? 5498964?s=460&v=4
changkun

? ?

Co-Translators

所有译者详细信息

文档维护支持方

37653530-37bd3cde-2c7a-11e8-98d0-749a59194c22.png

本文档维护由掘金提供支持,阅读更多文章或与更多开发者交流请到掘金,关注感兴趣的标签,订阅相关领域实时动态。

许可

Apache 许可 2.0


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK