
Explanation:
Regularization techniques are indeed used to prevent overfitting and manage model complexity, especially when dealing with highly correlated features. The options provided represent:
Since all three options (Ridge, LASSO, and their hybrid Elastic Net) are valid regularization techniques, the correct answer is D. All the above.
Ultimate access to all questions.
Regularization is an approach for ensuring that models do not become too large or complex, and it is particularly useful when there is a considerable number of highly correlated features. Regularization techniques including:
A
Ridge regression.
B
LASSO.
C
A hybrid of the Ridge regression and LASSO.
D
All the above.
No comments yet.