From d6862c792060bc5cb0fccdfa6a600afecbe3447d Mon Sep 17 00:00:00 2001 From: wenqingl <86453680+wenqingl@users.noreply.github.com> Date: Mon, 25 Jul 2022 16:31:20 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0408902..fae71045 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ gitter

-TensorSpace is a neural network 3D visualization framework built using TensorFlow.js, Three.js and Tween.js. TensorSpace provides Keras-like APIs to build deep learning layers, load pre-trained models, and generate a 3D visualization in the browser. From TensorSpace, it is intuitive to learn what the model structure is, how the model is trained and how the model predicts the results based on the intermediate information. After preprocessing the model, TensorSpace supports to visualize pre-trained model from TensorFlow, Keras and TensorFlow.js. +TensorSpace is a neural network 3D visualization framework built using TensorFlow.js, Three.js, and Tween.js. TensorSpace provides Keras-like APIs to build deep learning layers, load pre-trained models, and generate a 3D visualization in the browser. From TensorSpace, it is intuitive to learn what the model structure is, how the model is trained and how the model predicts the results based on the intermediate information. After preprocessing the model, TensorSpace supports visualizing the pre-trained model from TensorFlow, Keras, and TensorFlow.js.

@@ -42,13 +42,13 @@ TensorSpace is a neural network 3D visualization framework built using TensorFlo ## Motivation -TensorSpace is a neural network 3D visualization framework designed for not only showing the basic model structure, but also presenting the processes of internal feature abstractions, intermediate data manipulations and final inference generations. +TensorSpace is a neural network 3D visualization framework designed for not only showing the basic model structure but also presenting the processes of internal feature abstractions, intermediate data manipulations, and final inference generations. -By applying TensorSpace API, it is more intuitive to visualize and understand any pre-trained models built by TensorFlow, Keras, TensorFlow.js, etc. TensorSpace introduces a way for front end developers to be involved in the deep learning ecosystem. As an open source library, TensorSpace team welcomes any further development on visualization applications. +By applying TensorSpace API, it is more intuitive to visualize and understand any pre-trained models built by TensorFlow, Keras, TensorFlow.js, etc. TensorSpace introduces a way for front end developers to be involved in the deep learning ecosystem. As an open source library, the TensorSpace team welcomes any further development on visualization applications. -* **Interactive** -- Use Layer API to build interactive model in browsers. +* **Interactive** -- Use Layer API to build an interactive model in browsers. * **Intuitive** -- Visualize the information from intermediate inferences. -* **Integrative** -- Support pre-trained models from TensorFlow, Keras, TensorFlow.js. +* **Integrative** -- Support pre-trained models from TensorFlow, Keras, and TensorFlow.js. ## Getting Started