Practice Session 3
In this video, I explain image classification from scratch and show how to build a custom model with PyTorch code. Then, I demonstrate how to simplify the model by using the fastai library. Finally, I introduce the ResNet architecture and rebuild our model with it. This process gives us insight into building models for image classification tasks from start to finish while exploring different architectures along the way.
Video
Objectives
- Working with lower-level API
- Making a model by using pure PyTorch code
- Simplify our model by using fastai
- Introduce ResNet architecture
Highlights
Following were the highlight’s:
- Remaking walkwithfasta course ( https://walkwithfastai.com/ )
- Lesson Two – Part-1: Image classification from scratch
Resources :
Acknowledgements
Special Thanks to @Jeremy Howard