Skip to content

Commit d3cd1b1

Browse files
authored
Improve README.md (tensorflow#7)
* Improve README.md
1 parent 6a8a45f commit d3cd1b1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# tfjs
1+
# TensorFlow.js: Union Package
2+
3+
TensorFlow.js is a JavaScript library for building, training and serving
4+
machine learning models. When running in the browser, it utilizes WebGL
5+
acceleration. TensorFlow.js is a part of the
6+
[TensorFlow](https://www.tensorflow.org) ecosystem.
7+
You can import pre-trained TensorFlow
8+
[SavedModels](https://www.tensorflow.org/programmers_guide/saved_model) and
9+
[Keras models](https://keras.io/getting-started/faq/#how-can-i-save-a-keras-model),
10+
for execution and retraining.
11+
12+
For more information on the API, follow the links to their Core and Layers
13+
repositories below, or visit [js.tensorflow.org](https://js.tensorflow.org).
14+
15+
This repository contains the logic and scripts to form a **union** package,
16+
[@tensorflowjs/tfjs](https://www.npmjs.com/package/@tensorflow/tfjs), from
17+
18+
- [TensorFlow.js Core](https://github.com/tensorflow/tfjs-core),
19+
a flexible low-level API, formerly known as *deeplearn.js*.
20+
- [TensorFlow.js Layers](https://github.com/tensorflow/tfjs-layers),
21+
a high-level API modeled after [Keras](https://keras.io/).

0 commit comments

Comments
 (0)