Question-20
regression
Consider the contours of the sum-of-squared-errors function in regression along with the contours of the regularizer.
Which of the following statements are true?
Answer
Solution
- The contours of the constraint are of the form:
\[ |w_1| + |w_2| = \theta \]
- This corresponds to LASSO, which uses the \(L_1\) norm for the weight vector.
- The contours of the SSE function are elliptical. The center of the ellipse is the MLE solution. As we move outwards, the loss function’s value increases. So \(c_1 > c_2\).
- The point of intersection of the contours of SSE with the contours of the \(L_1\) norm is the solution. In this case, it is \((1, 0)\).