BigData / TensorFlow
What is the rank of a tensor?
The rank of a tensor is its number of dimensions. The term rank may also be referred as order or degree or n-dimension.
| Rank | Math entity |
|---|---|
| 0 | Scalar (magnitude only) |
| 1 | Vector (magnitude and direction) |
| 2 | Matrix (table of numbers) |
| 3 | 3-Tensor (cube of numbers) |
| n | n-Tensor |
More Related questions...