
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 primary cause of overfitting in machine learning models?
A
The model is too simple
B
The dataset is too large
C
The model learns noise and patterns specific only to training data
D
The model is trained for fewer epochs
Explanation:
Overfitting occurs when a machine learning model learns not only the underlying patterns in the training data but also the noise and random fluctuations that are specific to that particular dataset. This causes the model to perform exceptionally well on the training data but poorly on new, unseen data.
Why the other options are incorrect:
Key characteristics of overfitting:
Common techniques to prevent overfitting: