Chapter 8 Flashcards
1
Q
What is supervised learning?
A
A way to predict a value, y, from obeservations x.
2
Q
What does it mean that the function is linear?
A
1) additivity (f(x+y) = f(x) + f(y)
2) Homogeneity (f(ax) = af(x))
3
Q
How to maximize w in linear regression?
A
Minimize for error function
4
Q
What is logistic regression?
A
A binary variable can be described with a bernoulli distribution.
The bernoulli distribition can be expressed via a function (sigma(z)) that is the logistic sigmoid.
Long story short: we can re-write binary expectations via probvabilities so we can talk about the probability of a given variable beiong of either class.