Question: In the context of neural networks, what does \'overfitting\' mean?
Options:
Correct Answer: 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, leading to poor generalization.