Challenge - 5 Problems
Overfitting and Underfitting Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Identifying Overfitting from Model Behavior
You train a model on a dataset. After training, you notice the training accuracy is 98%, but the test accuracy is only 65%. What does this most likely indicate?
Attempts:
2 left
❓ Predict Output
intermediate2:00remaining
Output of Training and Validation Loss Curves
Consider the following training and validation loss values over epochs for a model:
Epoch 1: train_loss=0.8, val_loss=0.9 Epoch 2: train_loss=0.5, val_loss=0.6 Epoch 3: train_loss=0.3, val_loss=0.7 Epoch 4: train_loss=0.1, val_loss=1.2 Epoch 5: train_loss=0.05, val_loss=1.5
What does this pattern most likely indicate about the model?
Attempts:
2 left
❓ Model Choice
advanced2:00remaining
Choosing a Model to Avoid Underfitting
You have a complex dataset with many features and nonlinear relationships. Which model choice is least likely to underfit this data?
Attempts:
2 left
❓ Hyperparameter
advanced2:00remaining
Hyperparameter to Control Overfitting in Neural Networks
Which hyperparameter adjustment is most effective to reduce overfitting in a neural network?
Attempts:
2 left
❓ Metrics
expert2:00remaining
Interpreting Metrics to Detect Underfitting
A model trained on a dataset shows the following metrics:
Training accuracy: 60% Validation accuracy: 58%
Which conclusion is most accurate?
Attempts:
2 left