Basic Pytorch Tensor Manipulation for Machine Learning
Learn the basics of tensor manipulation in PyTorch, focusing on fundamental concepts for building machine learning applications.
Tensors form the fundamental building block of the PyTorch ecosystem. Various components, such as network layers, loss function, gradient descent, and optimizer rely on underlying tensor operations.
In this course, you will get a comprehensive overview of tensors starting with how to create one. You will learn the many different types of tensors as well as how to concatenate and manipulate them by selecting elements, changing the shape, and more.
By the end of this course, you will have a basic understanding of how to work with PyTorch tensors and what they allow you to do.
There are no reviews yet.