Which regularization method uses an L2 penalty to shrink coefficients but not drop inputs?

Get ready for the GARP Risk and AI Exam with flashcards and multiple choice questions. Each question comes with hints and explanations. Prepare for success!

Multiple Choice

Which regularization method uses an L2 penalty to shrink coefficients but not drop inputs?

Explanation:
Ridge regression applies an L2 penalty to the loss function, shrinking coefficients toward zero but not eliminating inputs. This means every feature contributes to the model, just with a smaller weight, which helps reduce variance without creating a sparse model. In contrast, an L1 penalty (LASSO) tends to set some coefficients to exactly zero, effectively dropping those inputs, while Elastic Net mixes both penalties. K-fold cross-validation is a evaluation method for estimating generalization performance and tuning hyperparameters, not a regularization penalty. So the method that uses an L2 penalty to shrink coefficients but keep all inputs is Ridge regression.

Ridge regression applies an L2 penalty to the loss function, shrinking coefficients toward zero but not eliminating inputs. This means every feature contributes to the model, just with a smaller weight, which helps reduce variance without creating a sparse model. In contrast, an L1 penalty (LASSO) tends to set some coefficients to exactly zero, effectively dropping those inputs, while Elastic Net mixes both penalties. K-fold cross-validation is a evaluation method for estimating generalization performance and tuning hyperparameters, not a regularization penalty. So the method that uses an L2 penalty to shrink coefficients but keep all inputs is Ridge regression.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy