Question: What is overfitting in the context of neural networks?
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, capturing noise instead of the underlying pattern.