| Manjunath Kudlur | f41959c | 2015-11-06 16:27:58 -0800 | [diff] [blame^] | 1 | #TensorFlow |
| 2 | |
| 3 | TensorFlow is an open source software library for numerical computation using |
| 4 | data flow graphs. Nodes in the graph represent mathematical operations, while |
| 5 | the graph edges represent the multidimensional data arrays (tensors) that flow |
| 6 | between them. This flexible architecture lets you deploy computation to one |
| 7 | or more CPUs or GPUs in a desktop, server, or mobile device without rewriting |
| 8 | code. TensorFlow was originally developed by researchers and engineers |
| 9 | working on the Google Brain team within Google's Machine Intelligence research |
| 10 | organization for the purposes of conducting machine learning and deep neural |
| 11 | networks research. The system is general enough to be applicable in a wide |
| 12 | variety of other domains, as well. |
| 13 | |
| 14 | ##For more information |
| 15 | |
| 16 | * [Installation and setup instructions](/tensorflow/g3doc/get_started/os_setup.md) |
| 17 | * [TensorFlow website](http://tensorflow.org) |