From 92112c2ff39da4ebf37b518aabcbd48e3137cc9c Mon Sep 17 00:00:00 2001 From: Feiyang Chen Date: Mon, 26 Nov 2018 23:08:28 +0800 Subject: [PATCH 1/2] add tensorFlow visualization toolkit links --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8af5370befb..0d1e1ea2ea4 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Build Type * [TensorFlow Roadmap](https://www.tensorflow.org/community/roadmap) * [TensorFlow White Papers](https://www.tensorflow.org/about/bib) * [TensorFlow YouTube Channel](https://www.youtube.com/channel/UC0rqucBdTuFTjJiefW5t-IQ) +* [TensorFlow Visualization Toolkit](https://github.com/tensorflow/tensorboard) Learn more about the TensorFlow community at the [community page of tensorflow.org](https://www.tensorflow.org/community) for a few ways to participate. From 47c8db116582633cfd898d2fab19fc57922e6a67 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Mon, 26 Nov 2018 08:38:45 -0800 Subject: [PATCH 2/2] Fix top TensorBoard link. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d1e1ea2ea4..eaee8c274b5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ data flow graphs. The graph nodes represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow between them. This flexible architecture enables you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device without rewriting -code. TensorFlow also includes [TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard), a data visualization toolkit. +code. TensorFlow also includes [TensorBoard](https://github.com/tensorflow/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