Giter Club home page Giter Club logo

tensorflow-docs's Introduction



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 社区的方法。

文档管理团队


LeviDing

👀 🌍 📋

pkuwwt

👀 🌍

John Jiang

👀 🌍

lsvih

👀 🌍

foxxnuaa

👀 🌍

changkun

👀 🌍

Co-Translators

所有译者详细信息

文档维护支持方

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

许可

Apache 许可 2.0

tensorflow-docs's People

Contributors

changkun avatar johnjiangla avatar leviding avatar lsvih avatar pkuwwt avatar whatbeg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.