Regression Learning Flashcards
1
Q
Regression Learning
A
“Numerical Model”
Model predicts outputs based on inputs
2
Q
Parametric Regression
A
Model represented by number of parameters
Throw data away once model is built
Query model for answer
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