aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..a52845a06e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+#TensorFlow
+
+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 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.
+
+##For more information
+
+* [Installation and setup instructions](/tensorflow/g3doc/get_started/os_setup.md)
+* [TensorFlow website](http://tensorflow.org)