Fast.ai course

Various notes for the fast.ai course on deep learning for coders

courses
notes
Author

Ita Ćirović Donev

Published

March 8, 2023

In this blog post, I would like to share my notes as I go through the course. The course is based on the book Deep Learning for Coders with fastai and PyTorch. Since the course does not include all the chapters of the book, I organized the notes and resources gathered from this course based on the book layout. I will update this post as I create new material.

Course information:


Chapter 1 - Your Deep Learning Journey

Chapter 2 - From Model to Production

Chapter 3 - Data Ethics

Lecture 9 - Data Ethics

Chapter 4 - Under the Hood: Training a Digit Classifier

Chapter 5 - Image Classification

Back to top