Which of the following describes the situation when a model performs well on the training data but poorly on unseen data?
- Bias
- High Variance
- Overfitting
- Underfitting
This situation is known as overfitting, where a model learns to fit the training data too closely but fails to generalize to new, unseen data, resulting in a high error rate.
Loading...
Related Quiz
- What is the primary challenge addressed by the multi-armed bandit problem?
- The process of adding a penalty to the loss function to discourage complex models is called ________.
- You are working on a fraud detection system where false negatives (failing to detect a fraud) can have severe financial implications. Which metric would you prioritize to ensure that as many actual fraud cases as possible are detected?
- A finance company wants to analyze sequences of stock prices to predict future market movements. Given the long sequences of data, which RNN variant would be more suited to capture potential long-term dependencies in the data?
- How does the architecture of a CNN ensure translational invariance?