A Gentle Introduction to Tensors for Machine Learning with NumPy - MachineLearningMastery.com

In deep learning it is common to see a lot of discussion around tensors as the cornerstone data structure. Tensor even appears in name of Google’s flagship machine learning library: “Te...

By · · 1 min read
A Gentle Introduction to Tensors for Machine Learning with NumPy - MachineLearningMastery.com

Source: MachineLearningMastery.com

In deep learning it is common to see a lot of discussion around tensors as the cornerstone data structure. Tensor even appears in name of Google’s flagship machine learning library: “TensorFlow“. Tensors are a type of data structure used in linear algebra, and like vectors and matrices, you can calculate arithmetic operations with tensors. In […]