PyTorch Beginner Tutorials from "Patrick Loeber" YouTube channel.
- Installation
- Tensor Basics
- Autograd
- Backpropagation
- Gradient Descent With Autograd and Backpropagation
- Training Pipeline: Model, Loss, and Optimizer
- Linear Regression
- Logistic Regression
- Dataset and DataLoader
- Dataset Transforms
- Softmax And Cross Entropy
- Activation Functions
- Feed-Forward Neural Net
- Convolutional Neural Net (CNN)
- Transfer Learning
- Tensorboard
- Save and Load Models
There is a single notebook that contains all these tutorials combined. This notebook can be easily run on Google Colab (just open the notebook there).
The notebook is divided into sections. You can choose your desired section and run it independently from the rest of the notebook