Ensembles slides (07) (Các phương pháp Ensemble) - Sebastian Raschka
Bài giảng về các phương pháp Ensemble (Majority Voting, Bagging, Boosting, Random Forests, Stacking) trong khóa học STAT 479: Machine Learning, Fall 2018.
正在生成预览...
Lecture 07 Ensemble Methods STAT 479: Machine Learning, Fall 2018 Sebastian Raschka http://stat.wisc.edu/~sraschka/teaching/stat479-fs2018/ Sebastian Raschka STAT 479: Machine Learning FS 2018 1 Overview Majority Voting Bagging Ensemble Methods Boosting Random Forests Stacking Sebastian Raschka STAT 479: Machine Learning FS 2018 2 Majority Voting Sebastian Raschka STAT 479: Machine Learning FS 2018 3 Unanimity Majority Plurality Sebastian Raschka STAT 479: Machine Learning FS 2018 4 Majority Vote Classifier Training set h1 h2 ... hn Predictions y1 y2 ... yn New data Classification models Voting Final prediction yf yf̂ = mode{h1(x), h2(x), . . . hn(x)} where hi(x) = yî Sebastian Raschka STAT 479: Machine Learning FS 2018 5 Why Majority Vote? assume n independent classifiers with a base error rate ϵ here, independent means that the errors are uncorrelated assume a binary classification task assume the error rate is better than random guessing (i.e., lower than 0.5 for binary classification) ∀ϵi ∈ {ϵ1, ϵ2, . . . , ϵn}, ϵi < 0.5 Sebastian Raschka STAT 479: Machine Learning FS 2018 Why Majority Vote? assume n independent classifiers with a base error rate ϵ here, independent means that the errors are uncorrelated assume a binary classification task assume the error rate is better than random guessing (i.e., lower than 0.5 for binary classification) ∀ϵi ∈ {ϵ1, ϵ2, . . . , ϵn}, ϵi < 0.5 The probability that we make a wrong prediction via the ensemble if k classifiers predict the same class label n k n−k P(k) = ϵ (1 − ϵ) (k) Sebastian Raschka STAT 479: Machine Learning k > ⌈n/2⌉ FS 2018 Why Majority Vote? The probability that we make a wrong prediction via the ensemble if k classifiers predict the same class label n k P(k) = ϵ (1 − ϵ)n−k (k) k > ⌈n/2⌉ Ensemble error: n k ϵens = ϵ (1 − ϵ)n−k ∑ (k) k n 11 ϵens = 0.25k(1 − 0.25)11−k = 0.034 ∑( k ) k=6 11 Sebastian Raschka STAT 479: Machine Lea
… 下载原始文件以阅读完整文档。
- 文档名称
- Ensembles slides (07) (Các phương pháp Ensemble) - Sebastian Raschka
- 学校 / 课程
- University Wisconsin-Madison · Machine learning
- 内容
- Tài liệu trình bày các phương pháp Ensemble trong học máy, bao gồm Bỏ phiếu đa số, Bagging, Boosting và Random Forests. Nó giải thích cơ chế hoạt động, các công thức tính toán và lợi ích của việc kết hợp nhiều mô hình để tăng cường độ chính xác.
- 目录
- Overview
- Majority Voting
- Bagging
- 页数
- 64 页
- 上传者
- Giang Le
常见问题
此文档免费吗?
是的。“Ensembles slides (07) (Các phương pháp Ensemble) - Sebastian Raschka”是免费的 — 只需登录并点击“下载”即可获取原始文件。
这份文档有多少页?
该文档共有 64 页,适用于课程 Machine learning。您可以在下载前进行在线预览。
我可以在下载前预览吗?
是的。您可以通过在线阅读器直接在本页面预览此文档,然后再决定是否下载。

评论 (0)
暂无评论。快来抢沙发吧!