Week 13 Part IV · Integration
Instructor lesson plan: lecture (3 h) and practice (2 h).
| 0:00–0:10 | 10 min | Recap & retrievalOpen with two quick questions on last week's material (retrieval practice), then state this week's objectives. |
| 0:10–0:25 | 15 min | MotivationTraining from scratch is rare; standing on pretrained models is the bridge to the advanced courses. |
| 0:25–1:10 | 45 min | Transfer learning
|
| 1:10–1:20 | 10 min | Break |
| 1:20–2:05 | 45 min | The end-to-end workflow
|
| 2:05–2:35 | 30 min | Live demo (predict, then run)Ask the class to predict the ranking of from-scratch, frozen-features, and fine-tuning on small data before showing the three results. Fine-tune a pretrained ResNet, compare from-scratch versus frozen versus fine-tuned, and run inference. |
| 2:35–2:50 | 15 min | Wrap-up & practice previewRevisit the misconception and concept checks below, recap the takeaways, and preview the practice lesson. |
| 2:50–3:00 | 10 min | Buffer & questions |
Students often think: To use a pretrained model on your data, retrain the whole network from scratch.
Set it straight: Usually you freeze the pretrained backbone and train only a new head (or fine-tune with a small learning rate); the pretrained features are the value, retraining from scratch discards them.
In the practice lesson the instructor demonstrates implementations, runs code, and works through examples, using the practice notebook linked below. The weekly lab is then set as homework, where students apply this themselves.
| 0:00–0:10 | 10 min | Setup & recapRecap the lecture's key ideas and open the working notebook. |
| 0:10–1:00 | 50 min | Instructor demonstrations
|
| 1:00–1:05 | 5 min | Break |
| 1:05–1:45 | 40 min | Instructor demonstrations (continued)
|
| 1:45–2:00 | 15 min | Wrap-up & lab briefSummarize the patterns shown and brief the weekly lab (homework), which students complete on their own. |
Open the practice notebook in Colab Curated references Lab (homework)