Selection
First, the homework from Lab W.
What is Model Selection?
What is model selection? To answer this question let's contrast model selection with parameter estimation. In the Optimization Lab, we fit lines to data. We were doing parameter estimation, trying to estimate the parameters m and b, in the formula for a line y = m*x + b. Recall my examples: we fit a line to nearly linear data and another line to nearly parabolic data.
Clearly, in the second case, it would be more appropriate to fit a parabola to the data, rather than a line. How would we do that?
A parabola is described by the formula: This is a line with a new term, To fit a parabola, first determine the errors in the data as before:
Now define the penalties, (let's be sensible and use LS rather the UG penalties):
And finally the cost function