
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.
Q4. Which method is best suited to reduce high variance in a model?
A
Use a more complex model
B
Add dropout or reduce number of parameters
C
Increase learning rate
D
Reduce dataset size
Explanation:
Explanation:
High variance (overfitting) occurs when a model is too complex and learns the noise in the training data rather than the underlying pattern. To reduce high variance:
Add dropout - This is a regularization technique that randomly drops units during training, preventing the model from becoming too reliant on specific neurons and reducing overfitting.
Reduce number of parameters - Simplifying the model architecture by reducing the number of layers or neurons makes the model less complex and less prone to overfitting.
Why other options are incorrect:
Additional methods to reduce high variance: