Basics of tensors in TensorFlow.js
- Jorge Guerra Pires
- Jul 16, 2023
- 1 min read

Tensor is the building blocks in TensorFlow.js. Any problem should be transformed into tensors before being presented to the model. Being familiar with Tensors can help to develop apps effortless.
Use the sandbox below to get familiar with basics of tensors.
Comments