Fluid
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

集成学习方法(Bagging、Boosting、Stacking)

集成学习方法一、BaggingBagging算法,又称装袋算法,最初由Leo Breiman于1966年提出。思想:独立训练多个弱模型,再综合多个弱模型进行共同预测,由此抵抗过拟合,提高模型预测精度。 对训练数据进行有放回采样,生成多个不同的子训练集,然后在这些子训练集上分别训练模型,最后将所有模型的预测结果平均(回归)或投票(分类) 详细步骤: Bootstrap采样: 从原始原始训练集
2025-07-12

page

bala
2025-05-25

post

博客正在测试中……敬请期待
2025-05-24

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick
2025-05-24

搜索

Hexo Fluid