Future-Proof Your Career: AI Manager Masterclass
AI, Data Science & Cloud Certificates from Google, IBM & Meta
Overview
Build a Learning Habit
Download Class Central's free printable study calendar
Download for Free
Learn the fundamentals of PyTorch through this comprehensive applied tutorial that covers essential concepts from basic tensors to building complete machine learning models. Master PyTorch tensors and the automatic differentiation system (Autograd) before diving into data handling with the Dataset class for both NLP and computer vision applications. Explore how to efficiently load and batch data using DataLoader, then progress to implementing linear regression models with proper training and validation loops. Gain practical understanding of the torch.nn module for building neural networks, with hands-on examples that demonstrate real-world applications across different domains including natural language processing and image processing tasks.
Syllabus
1. Tensors in PyTorch
2. PyTorch Autograd
3. The dataset class in PyTorch
4. Dataset class for simple NLP problems
5. Dataset class for simple image / vision problems
6. Dataloader in PyTorch
7. Linear regression model in PyTorch
8. Training and validation loops in PyTorch
9. Understanding torch.nn
Taught by
Abhishek Thakur