SML Assignment: 2) For Ridge Regression, If The Regularization Parameter 0, What Does It Mean?
SML Assignment: 2) For Ridge Regression, If The Regularization Parameter 0, What Does It Mean?
Deepak Sundaram M
RA1911026020023
Ans- Opt D
(C) The loss function is as same as the ordinary least square loss function
3) For Ridge Regression, if the regularization parameter is very high, which options
(B) Can lead to a model that is too simple and ends up underfitting the data
(C) Large coefficients are not penalized
(D) Can lead to a model that is too simple and ends up overfitting the data
Ans- Opt A,B
(A) The loss function is as same as the ordinary least square loss function
5) For Lasso Regression, if the regularization parameter is very high, which options
(C) The loss function is as same as the ordinary least square loss function
(D) The loss function is as same as the Ridge Regression loss function
Ans- Opt A,B
(A) Lasso regression stands for Least Absolute Shrinkage and Selection
Operator.
(B) The difference between ridge and lasso regression is that lasso tends to
(A) Ridge regression decreases the complexity of a model but does not
reduce the number of variables since it never leads to a coefficient been zero
tends towards zero. This leads to both low variance (as some coefficient leads
(A) If the number of features (p) is greater than the number of observations
(n), Lasso will pick at most n features as non-zero, even if all features are
relevant
(B) If there are two or more highly collinear feature variables, then LASSO
regression selects one of them randomly which is not good for the
(D) The difference between ridge and lasso regression is that lasso tends to