Slide 41
Slide 41 text
SUPERVISED LEARNING
• The goal is to learn a function that maps the input
samples to the labels
given a labeled dataset :
• Two types of problems: classification (y is a finite set of
classes/categories) and regression (y is a real value)
41
min
f∈F
1
n
n
i=1
L(yi, f(xi
)) + λΩ(f)
f : X → Y,
(xi, yi
)i=1,...,n
Goodfellow et al. 2016