Question: What is overfitting in the context of deep learning?
Options:
Correct Answer: When the model performs well on training data but poorly on unseen data
Solution:
Overfitting occurs when a model learns the training data too well, including noise, resulting in poor performance on unseen data.