This repository contains my notes and practice code based on the "Deep Learning with PyTorch - Full Course" playlist on YouTube by freeCodeCamp.org.
Deep Learning with PyTorch - Full Course
This playlist covers:
- Tensors and basic operations
- Building neural networks from scratch
- Using
torch.nn,torch.optim, andtorch.utils.data - Image classification
- Model training and evaluation
- Saving and loading models
- Python 3.7+
- PyTorch
- Jupyter Notebook (optional, for experimenting)
Install dependencies:
pip install torch torchvision