What is a tensor and how is it used in machine learning?
In machine learning, there is much discussion around tensors being the cornerstone data structure. Tensor is a type of data structure used in linear algebra that can be used for arithmetic operations like matrices and vectors. In 2015, researchers at Google came up with TensorFlow, which is now…