Chapter 8 Flashcards

1
Q

What is supervised learning?

A

A way to predict a value, y, from obeservations x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to maximize w in linear regression?

A

Minimize for error function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly