top of page

TensorFlow.js Academy

Subscribe to Our Mailing List

Thanks for subscribing!

Basics of tensors in TensorFlow.js

  • Writer: Jorge Guerra Pires
    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.





 
 
 

Recent Posts

See All

Comments


bottom of page