机器学习:5.1 模型组合 Model Combination
2022-04-15 本文已影响0人
Cache_wood
@[toc]
Bias & Variance Decomposition
-
Learn
from dataset D sampled from
-
Evaluate generalization error
on a new data point
Reduce Bias & Variance
- Reduce bias
- A more complex model
- e.g. increase layers, hidden units of MLP
- Boosting, Stacking
- A more complex model
- Reduce variance
- A simpler model
- e.g. regularization
- Bagging, Stacking
- A simpler model
- Reduce
- Improve data
- Ensemble learning: train and combine multiple models to improve predictive performance