Regression Learning
“Numerical Model”
Model predicts outputs based on inputs
Parametric Regression
Model represented by number of parameters
Throw data away once model is built
Query model for answer
K Nearest Neighbor
Instance Based Approach
Keep the data when we want to make a query
Take K closest points, and use them to get an average of the results