what are tensors & its types in TensorFlow

Опубликовано: 14 Октябрь 2024
на канале: CodeSyntax137
243
10

#PYTHON Library
#tensorflow
#tensors
//what are tensors in TensorFlow
//definition of tensors
//what are the types of tensors in TensorFlow
//what are the three parameters in tensor
//what is the RANK parameters in tensor
//what is the SHAPE parameters in tensor
//what is the SIZE parameters in tensor
//define scalar or scalar-tensor, or 0-dimensional tensor, or 0D tensor
//define 1D-Tensor
//define vector
// define rank 1 Tensor

//define 2D-Tensor
//define MATRIX
// define rank 2 Tensor

//define 3D-Tensor
//define CUBIC
// define rank 3 Tensor

//define 4D-Tensor
// define rank 4 Tensor



//define 5D-Tensor
// define rank 5 Tensor
//define n-Tensor
// define n-Dimensional
// define rank n Tensor
//scalar,vector,matrix , tensor