Package Exports
- @tensorflow/tfjs
- @tensorflow/tfjs/dist/index
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tensorflow/tfjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TensorFlow.js: Union Package
TensorFlow.js is a JavaScript library for building, training and serving machine learning models. When running in the browser, it utilizes WebGL acceleration. TensorFlow.js is a part of the TensorFlow ecosystem. You can import pre-trained TensorFlow SavedModels and Keras models, for execution and retraining.
For more information on the API, follow the links to their Core and Layers repositories below, or visit js.tensorflow.org.
This repository contains the logic and scripts to form a union package, @tensorflowjs/tfjs, from
- TensorFlow.js Core, a flexible low-level API, formerly known as deeplearn.js.
- TensorFlow.js Layers, a high-level API modeled after Keras.