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

  1. Working with lower-level API
  2. Making a model by using pure PyTorch code
  3. Simplify our model by using fastai
  4. Introduce ResNet architecture

Highlights

Following were the highlight’s:

  1. Remaking walkwithfasta course ( https://walkwithfastai.com/ )
  2. Lesson Two – Part-1: Image classification from scratch

Resources :

  1. Slides Notes
  2. Original Lesson
  3. MNIST Python Notebook
  4. Free Book Version

Acknowledgements

Special Thanks to @Jeremy Howard