GithubHelp home page GithubHelp logo

kryndex / tensorflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tensorflow/tensorflow

0.0 2.0 0.0 91.76 MB

Computation using data flow graphs for scalable machine learning

Home Page: http://tensorflow.org

License: Apache License 2.0

Python 41.57% C++ 47.38% C 0.37% Protocol Buffer 0.44% LLVM 0.01% CMake 0.29% Java 0.60% Makefile 0.08% Objective-C 0.01% Objective-C++ 0.13% Shell 0.69% Jupyter Notebook 3.83% Go 1.66% JavaScript 0.03% HTML 1.24% TypeScript 1.65% CSS 0.01% Batchfile 0.02%

tensorflow's Introduction




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

TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow between them. This flexible architecture lets you deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device without rewriting code. TensorFlow also includes TensorBoard, a data visualization toolkit.

TensorFlow was originally developed by researchers and engineers working on the Google Brain team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research. The system is general enough to be applicable in a wide variety of other domains, as well.

If you'd like to contribute to TensorFlow, be sure to review the contribution guidelines.

We use GitHub issues for tracking requests and bugs, but please see Community for general questions and discussion.

Installation

See Installing TensorFlow for instructions on how to install our release binaries or how to build from source.

People who are a little more adventurous can also try our nightly binaries:

Try your first TensorFlow program

$ 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
>>>

For more information

The TensorFlow community has created amazing things with TensorFlow, please see the resources section of tensorflow.org for an incomplete list.

tensorflow's People

Contributors

tensorflower-gardener avatar benoitsteiner avatar caisq avatar martinwicke avatar gunan avatar ilblackdragon avatar mrry avatar ebrevdo avatar terrytangyuan avatar andrewharp avatar yifeif avatar asimshankar avatar teamdandelion avatar girving avatar petewarden avatar ispirmustafa avatar josh11b avatar hawkinsp avatar keveman avatar yuanbyu avatar rohan100jain avatar aselle avatar sukritiramesh avatar zheng-xq avatar vincentvanhoucke avatar langmore avatar jart avatar jendap avatar davidsoergel avatar jvdillon avatar

Watchers

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