blob: a52845a06e574662f1a0dece001096c14a4f31f8 [file] [log] [blame] [view]
Manjunath Kudlurf41959c2015-11-06 16:27:58 -08001#TensorFlow
2
3TensorFlow is an open source software library for numerical computation using
4data flow graphs. Nodes in the graph represent mathematical operations, while
5the graph edges represent the multidimensional data arrays (tensors) that flow
6between them. This flexible architecture lets you deploy computation to one
7or more CPUs or GPUs in a desktop, server, or mobile device without rewriting
8code. TensorFlow was originally developed by researchers and engineers
9working on the Google Brain team within Google's Machine Intelligence research
10organization for the purposes of conducting machine learning and deep neural
11networks research. The system is general enough to be applicable in a wide
12variety 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)