
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
What is the main goal of regularization in ML models?
A
To increase the number of layers
B
To prevent overfitting by penalizing model complexity
C
To reduce inference time
D
To eliminate all bias
Explanation:
Regularization in machine learning is a technique used to prevent overfitting by adding a penalty term to the loss function that discourages overly complex models. This helps the model generalize better to unseen data by controlling model complexity.
Key points about regularization:
Why other options are incorrect: