How to avoid overfitting?
Created | |
---|---|
Tags | Basic Concepts |
Verify
- Cross-validation to detect overfitting.
Data
- Train with more data.
- Data augmentation.
- Feature selection.
Model
- Early stop.
- Regularization.
- Ensemble methods.
- Pretrained model
Created | |
---|---|
Tags | Basic Concepts |
Verify
Data
Model