A tensor is a multi-dimensional array used to represent data in machine learning, generalizing scalars, vectors, and matrices. It serves as the fundamental data structure for inputs, outputs, and model parameters, enabling complex computations in deep learning frameworks.
Tensors are the core data structures in AI, acting as multi-dimensional containers for all types of information, from images to model parameters. They are essential for deep learning frameworks to perform complex calculations efficiently and enable the training and deployment of AI models.
Multi-dimensional array, N-dimensional array, ND-array
Was this definition helpful?