November 2019
Intermediate to advanced
296 pages
7h 52m
English
As we have already seen, TensorFlow.js and its backend implementations are distributed as a node package manager (npm) package. npm is the Node.js ecosystem's package manager. Over 1 million packages have been uploaded to npm. Everything that's written in JavaScript or AltJS is uploaded to npm. Since npm is the built-in package manager of Node.js, we don't need to install it again.
The following is a list of packages that have been distributed by the TensorFlow.js community. These packages are managed under the @tensorflow namespace:
| Name | Usage |
| @tensorflow/tfjs | TensorFlow.js core implementation |
| @tensorflow/tfjs-layers | Layers API |
| @tensorflow/tfjs-node | CPU backend of the Node.js runtime |
| @tensorflow/tfjs-node-gpu ... |
Read now
Unlock full access