Unit 5: Learning and Classification

In this unit we extend our modeling skills to encompass classification models, and start to build the tools that will let us represent complex functions by using hidden layers. Both of these objectives require us to learn about nonlinear operations. We’ll focus on the two most commonly used ones: the softmax operator (which converts scores to probabilities) and the rectifier (“ReLU”, which clips negative values).

Students who complete this unit will demonstrate that they can:

Preparation

The fastai course videos are a bit disorganized here, sorry about that.

Supplemental Material

We’re using Elo scores for intuition a few times this week, but we’re intentionally not diving deep on it. If you do want to dive deep:

Class Meetings

Monday

Wednesday

Friday

Contents

Due this Week