Module 2 of 6 · Deep Learning
Section 1 of 7

From Machine Learning to Deep Learning

In classic ML, a person often has to hand-design the features a model looks at — for a house-price model, someone decides that square footage and location matter. Deep Learning removes that step: the model learns which features matter directly from raw data.

'Deep' refers to depth — many stacked layers of computation between input and output. Each layer learns a slightly more abstract representation of the data than the one before it: early layers in an image model might detect edges, later layers detect shapes, and the last layers detect whole objects.

Knowledge Check

5 questions — answer all, then submit

1. What does 'deep' in deep learning refer to?

2. Why are activation functions necessary in deep networks?

3. What does backpropagation compute?

4. How does dropout prevent overfitting?

5. Why is transfer learning valuable?