How can you detect whether a model is overfitting or underfitting the data?

  • By analyzing the training and validation errors
  • By increasing model complexity
  • By looking at the model's visualizations
  • By reducing model complexity
Detecting overfitting or underfitting can be done "by analyzing the training and validation errors." Overfitting shows high training accuracy but low validation accuracy, while underfitting shows poor performance on both.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *