Regression Learning Flashcards

1
Q

Regression Learning

A

“Numerical Model”

Model predicts outputs based on inputs

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

Parametric Regression

A

Model represented by number of parameters

Throw data away once model is built
Query model for answer

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

K Nearest Neighbor

Instance Based Approach

A

Keep the data when we want to make a query

Take K closest points, and use them to get an average of the results

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