File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 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/ ) .
You can’t perform that action at this time.
0 commit comments