Linear Factor Models
Lecture slides for Chapter 13 of Deep Learning www.deeplearningbook.org Ian Goodfellow 2016-09-27
Linear Factor Models Lecture slides for Chapter 13 of Deep Learning - - PowerPoint PPT Presentation
Linear Factor Models Lecture slides for Chapter 13 of Deep Learning www.deeplearningbook.org Ian Goodfellow 2016-09-27 Linear Factor Models h 1 h 1 h 2 h 2 h 3 h 3 x 1 x 1 x 2 x 2 x 3 x 3 x = W h + b + noise x = W h + b + noise Figure 13.1
Lecture slides for Chapter 13 of Deep Learning www.deeplearningbook.org Ian Goodfellow 2016-09-27
(Goodfellow 2016)
h1 h1 h2 h2 h3 h3 x1 x1 x2 x2 x3 x3 x = W h + b + noise x = W h + b + noise
Figure 13.1
(Goodfellow 2016)
than a single code
(Goodfellow 2016)
independent than the raw features
recorded by n microphones, or to separate multiple EEG signals
(Goodfellow 2016)
model
feature expansions, like quadratic feature expansion
(Goodfellow 2016)
p(hi) = Laplace(hi; 0, 2 λ) = λ 4 e− 1
2 λ|hi|
(13.13)
= arg min
h
λ||h||1 + β||x − W h||2
2,
(13.18)
(Goodfellow 2016)
Samples Weights Figure 13.2
(Goodfellow 2016)
e 13.3: Flat Gaussian capturing probability concentration near a low-dimen
Figure 13.3