What is a common symptom of overfitting?

Prepare for the PMI Cognitive Project Management for AI Exam! Practice with flashcards and multiple choice questions, with detailed explanations. Boost your confidence and excel in your test!

Multiple Choice

What is a common symptom of overfitting?

Explanation:
Overfitting occurs when a model models the training data too closely and fails to generalize to new data. A common sign is high accuracy on the training data paired with low accuracy on a separate validation set, showing the model has memorized quirks of the training set rather than learning general patterns. That gap between high training performance and weak validation performance is what this item highlights. If both training and validation accuracy are high, the model is generalizing well; if both are low, it’s underfitting; and if training accuracy is high but validation accuracy is also high, the gap isn’t present, which doesn’t indicate overfitting. Practically, you’d address overfitting by adding regularization, gathering more data, or simplifying the model to help generalization.

Overfitting occurs when a model models the training data too closely and fails to generalize to new data. A common sign is high accuracy on the training data paired with low accuracy on a separate validation set, showing the model has memorized quirks of the training set rather than learning general patterns. That gap between high training performance and weak validation performance is what this item highlights. If both training and validation accuracy are high, the model is generalizing well; if both are low, it’s underfitting; and if training accuracy is high but validation accuracy is also high, the gap isn’t present, which doesn’t indicate overfitting. Practically, you’d address overfitting by adding regularization, gathering more data, or simplifying the model to help generalization.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy