________ is the problem when a model learns the training data too well, including its noise and outliers.
- Bias
- Overfitting
- Underfitting
- Variance
Overfitting is the problem where a model becomes too specialized in the training data and captures its noise and outliers. This can lead to poor performance on unseen data.
Loading...
Related Quiz
- Support Vector Machines (SVM) aim to find a ______ that best divides a dataset into classes.
- What distinguishes autoencoders from other traditional neural networks in terms of their architecture?
- In the Actor-Critic model, what role does the Critic's feedback play in adjusting the Actor's policies?
- When models are too simple and cannot capture the underlying trend of the data, it's termed as ________.
- What does the "G" in GRU stand for when referring to a type of RNN?