Tensor
A tensor is a mathematical object that can represent data in different dimensions
Dimensions | Name | Description | Notation |
---|---|---|---|
0D | Scalar | A single number | |
1D | Vector | A list of numbers | |
2D | Matrix | A grid of numbers | |
3D+ | High-dimensional array | – |
Example of applications
- Algebra: to apply operations on data with multiple dimensions
- Physics: to describe physical properties (stress, strain, electromagnetic fields, spacetime, …)
- Machine learning: to store and manipulate data (c.f. tensor in machine learning)