Home Questions What does "overfitting" refer to in machine learning?
Question:

What does "overfitting" refer to in machine learning?

Choose the correct answer:
  • A. A model performing well on both training and test data
  • B. A model performing poorly on training data but well on test data
  • C. A model performing well on training data but poorly on test data ✅ Correct
  • D. A model that generalizes well to unseen data
  • E. A model that performs equally on all datasets
Explanation:
Overfitting occurs when a model is too complex and captures noise in the training data, leading to poor generalization on new data.

Related Questions & One-Liners

  • No related questions / one-liners available.

Related Study Material

A Quiz on Artificial Intelligence and Machine Learning

This set of questions covers a range of foundational topics in AI and ML, including supervised and unsupervised learning, model evaluation, and applications in natural…

Scroll to Top