7
7
8
8
| ** ` Documentation ` ** | ** ` Linux CPU ` ** | ** ` Linux GPU ` ** | ** ` Mac OS CPU ` ** | ** ` Windows CPU ` ** | ** ` Android ` ** |
9
9
| -----------------| ---------------------| ------------------| -------------------| ---------------| ---------------|
10
- | [](https://www.tensorflow.org/api_docs/) | [](https://ci.tensorflow.org/job/tensorflow-master-cpu) | [](https://ci.tensorflow.org/job/tensorflow-master-linux-gpu) | [](https://ci.tensorflow.org/job/tensorflow-master-mac) | [](https://ci.tensorflow.org/job/tensorflow-master-win-cmake-py) | [](https://ci.tensorflow.org/job/tensorflow-master-android) [  ](https://bintray.com/google/tensorflow/tensorflow/_latestVersion)
10
+ | [ ![ Documentation] ( https://img.shields.io/badge/api-reference-blue.svg )] ( https://www.tensorflow.org/api_docs/ ) | ![ Build Status] ( https://storage.cloud.google.com/tensorflow-kokoro-build-badges/ubuntu-cc.png ) | ![ Build Status] ( https://storage.cloud.google.com/tensorflow-kokoro-build-badges/ubuntu-gpu-cc.png ) | ![ Build Status] ( https://storage.cloud.google.com/tensorflow-kokoro-build-badges/macos-py2-cc.png ) | [ ![ Build Status] ( https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-win-cmake-py )] ( https://ci.tensorflow.org/job/tensorflow-master-win-cmake-py ) | [ ![ Build Status] ( https://ci.tensorflow.org/buildStatus/icon?job=tensorflow-master-android )] ( https://ci.tensorflow.org/job/tensorflow-master-android ) [ ![ Download] ( https://api.bintray.com/packages/google/tensorflow/tensorflow/images/download.svg ) ] ( https://bintray.com/google/tensorflow/tensorflow/_latestVersion )
11
11
12
12
** TensorFlow** is an open source software library for numerical computation using
13
13
data flow graphs. The graph nodes represent mathematical operations, while
14
14
the graph edges represent the multidimensional data arrays (tensors) that flow
15
- between them. This flexible architecture lets you deploy computation to one
15
+ between them. This flexible architecture enables you to deploy computation to one
16
16
or more CPUs or GPUs in a desktop, server, or mobile device without rewriting
17
17
code. TensorFlow also includes TensorBoard, a data visualization toolkit.
18
18
@@ -22,6 +22,10 @@ organization for the purposes of conducting machine learning and deep neural
22
22
networks research. The system is general enough to be applicable in a wide
23
23
variety of other domains, as well.
24
24
25
+ Keep up to date with release announcements and security updates by
26
+ subscribing to
27
+ [ [email protected] ] ( https://groups.google.com/a/tensorflow.org/forum/#!forum/announce ) .
28
+
25
29
## Installation
26
30
* See [ Installing TensorFlow] ( https://www.tensorflow.org/get_started/os_setup.html ) for instructions on how to install our release binaries or how to build from source.*
27
31
@@ -82,6 +86,7 @@ The TensorFlow project strives to abide by generally accepted best practices in
82
86
83
87
* [ TensorFlow Website] ( https://www.tensorflow.org )
84
88
* [ TensorFlow White Papers] ( https://www.tensorflow.org/about/bib )
89
+ * [ TensorFlow YouTube Channel] ( https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ )
85
90
* [ TensorFlow Model Zoo] ( https://github.com/tensorflow/models )
86
91
* [ TensorFlow MOOC on Udacity] ( https://www.udacity.com/course/deep-learning--ud730 )
87
92
* [ TensorFlow Course at Stanford] ( https://web.stanford.edu/class/cs20si )
0 commit comments