Question: In the context of neural networks, what is \'overfitting\'?
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, leading to poor generalization on new data.