Explore
2024
Reshaping tensors in Tensorflow TensorFlow.js
Learn the process of reshaping tensors in Tensorflow.js and understand why its useful for machine learning tasks.A simple guides with examples.
Exploring Tensor Representation in TensorFlow
Understand how TensorFlow represents data using tensors, and learn about the concepts of rank, shape, and data type that define tensors.
Understanding Tensors in TensorFlow.js
Discover what tensors are in TensorFlow.js, and learn how they differ from traditional data structures like arrays and matrices in the context of machine learning and deep learning.