Question: What is overfitting in the context of training CNNs?
Options:
Correct Answer: When the model performs well on training data but poorly on unseen data
Solution:
Overfitting occurs when the model performs well on training data but poorly on unseen data, indicating it has learned noise rather than the underlying pattern.