Giter Club home page Giter Club logo

xatmassacre / tensorflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tensorflow/tensorflow

0.0 2.0 0.0 126.72 MB

Computation using data flow graphs for scalable machine learning

Home Page: http://tensorflow.org

License: Apache License 2.0

Python 44.39% C++ 48.29% C 0.31% Shell 0.60% LLVM 0.01% CMake 1.02% Java 0.69% Makefile 0.06% Objective-C 0.01% Objective-C++ 0.10% Ruby 0.01% Jupyter Notebook 2.89% Go 1.57% Perl 0.01% PureBasic 0.04% Batchfile 0.01%

tensorflow's Introduction




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

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

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

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

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

安装

安装 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.org 社区页 了解更多关于参与 TensorFlow 社区的方法。

许可

Apache 许可 2.0

tensorflow's People

Contributors

tensorflower-gardener avatar caisq avatar benoitsteiner avatar gunan avatar martinwicke avatar ebrevdo avatar mrry avatar ilblackdragon avatar yifeif avatar terrytangyuan avatar hawkinsp avatar asimshankar avatar andrewharp avatar ispirmustafa avatar girving avatar petewarden avatar teamdandelion avatar alextp avatar jart avatar josh11b avatar keveman avatar yuanbyu avatar rohan100jain avatar langmore avatar aselle avatar yongtang avatar sukritiramesh avatar markdaoust avatar davidsoergel avatar rmlarsen avatar

Watchers

James Cloos avatar Xat_MassacrE 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.