AI/ML
What is underfitting? How can you address it?
Underfitting = model too simple to capture data patterns. Both training and validation error are high. Fix with bigger model, more features, less regularization, longer training.
Underfitting = model too simple to capture data patterns. Both training and validation error are high. Fix with bigger model, more features, less regularization, longer training.