Introduction to Deep Learning · HIT

Week 13   Part IV · Integration

Integration & Transfer Learning

Transfer learning and fine-tuning; model inference; the end-to-end workflow into the advanced courses.

Curated, free, canonical references for this week: a course or lecture, a book chapter, a video, and an authoritative blog post or official tutorial. Each opens in a new tab.

Course
Stanford CS231n Notes: Transfer Learning and Fine-tuning cs231n.github.io

Lays out the two core strategies (fixed feature extractor vs fine-tuning) and when to use each.

Book
Dive into Deep Learning, 14.2 Fine-Tuning d2l.ai

A runnable PyTorch walkthrough of fine-tuning a pretrained ResNet-18, including layer-wise rates.

Video
fast.ai Practical Deep Learning, Lesson 1 course.fast.ai

Trains a real image classifier end-to-end via transfer learning on a pretrained model.

Blog / Docs
PyTorch: Transfer Learning for Computer Vision Tutorial docs.pytorch.org

Official tutorial demonstrating both fine-tuning and fixed-feature-extractor transfer learning.

← Back to the Week 13 lab

PreviousWeek 12: Representation Learning