Lesson 1 - Welcome and Image Recognition
This topic is for official updates and information regarding lesson 1. Only admins are able to reply to this thread, so please subscribe to topic notifications to ensure you don’t miss anything. You should also follow the general course update thread.
Note that this is a forum wiki thread, so you all can edit this post to add/change/organize info to help make it better! To edit, click on the little edit icon at the bottom of this post. Here’s a pic of what to look for:
Lesson resources
- Course site, including setup guides for each platform
- Course repo
- fastai docs
- fastai datasets
- Notebooks:
- Detailed lesson notes - thanks to @hiromi
- Lesson notes - thanks to @PoonamV (wiki thread - please help contribute!)
Other resources
- Thread on creating your own image dataset
- What you need to do deep learning (fast.ai blog post including some basics on what GPUs are and why they’re needed)
- Original Paper for Oxford-IIIT Pet Dataset
- The Oxford-IIIT Pet Dataset
- What the Regular Expressions in the notebook meant
- Understanding Regular Expressions (12 minute video)
- Visualize Regular Expressions
- Interactive tutorial to learn Regular Expressions
- Beginners Tutorial of Regular Expression
- One-Cycle Policy Fitting paper
- Visualizing and Understanding Convolutional Networks (paper)
- References in the video and in course page
How to scrape images
- Official course tutorial
- Tips for building large image datasets
- Generating image datasets quickly
- How to scrape the web for images?
Video Timeline
- 00:00:01 Welcome and tools presentation
- 00:05:26 About jeremy and the fastai course
- 00:10:23 Lesson 1 start
- 00:17:55 Looking at the data
- 00:26:29 ImageDataBunch
- 00:35:05 Training: resnet34
- 00:40:04 Overfitting and validation set
- 00:41:40 fit_one_cycle
- 00:48:38 fastai and students achievements
- 01:08:41 Visualizing results
- 01:14:40 Unfreezing, fine tuning and learning rates
- 01:26:54 Training: resnet50
- 01:35:06 fastai doc notebooks
Detailed video timeline - thanks to @melonkernel