
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:
Ultimate access to all questions.
No comments yet.