- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
An Introduction to Boosting.ppt
An Introduction to Boosting Yoav Freund Banter Inc. Plan of talk Generative vs. non-generative modeling Boosting Alternating decision trees Boosting and over-fitting Applications Toy Example Computer receives telephone call Measures Pitch of voice Decides gender of caller Generative modeling Discriminative approach Ill-behaved data Traditional Statistics vs. Machine Learning Comparison of methodologies A weak learner The boosting process Adaboost Binary labels y = -1,+1 margin(x,y) = y [St at ht(x)] P(x,y) = (1/Z) exp (-margin(x,y)) Given ht, we choose at to minimize S(x,y) exp (-margin(x,y)) Main property of adaboost If advantages of weak rules over random guessing are: g1,g2,..,gT then in-sample error of final rule is at most (w.r.t. the initial weights) A demo www.cs.huji.ac.il/~yoavf/adabooost Adaboost as gradient descent Discriminator class: a linear discriminator in the space of “weak hypotheses” Original goal: find hyper plane with smallest number of mistakes Known to be an NP-hard problem (no algorithm that runs in time polynomial in d, where d is the dimension of the space) Computational method: Use exponential loss as a surrogate, perform gradient descent. Margins view Adaboost et al. One coordinate at a time Adaboost performs gradient descent on exponential loss Adds one coordinate (“weak learner”) at each iteration. Weak learning in binary classification = slightly better than random guessing. Weak learning in regression – unclear. Uses example-weights to communicate the gradient direction to the weak learner Solves a computational problem What is a good weak learner? The set of weak rules (features) should be flexible enough to be (weakly) correlated with most conceivable relations between feature vector and label. Small enough to allow exhaustive search for the minimal weighted training error. Small enough to avoid over-fitting. Should be able to calculate predicted label very efficiently. Rules can be “specialists”
您可能关注的文档
- 21世纪什么最重要? .ppt
- 4 bit Versatile CMOS Rate Multiplier.ppt
- 4.4 Modeling and Optimization.ppt
- 40 and 100 GbE –Network Interfaces of the Future.ppt
- 40 Gbs and 100 GbsTechnologies forResearch & Education.ppt
- 4MB Clinical Problem-Solving.ppt
- 7.5 线索二叉树.ppt
- 8.1. Non-contrast CT Brain.ppt
- 9 Intangibles.ppt
- 9. AJAX & RIA.ppt
- Analogue to Digital Conversion.ppt
- APNIC Open Policy Meeting 19-21 August 2001.ppt
- Archiving UpdateJune 9, 2003.ppt
- Assessing and Teaching Language.ppt
- Assessment of Protein Status.ppt
- Automated CBC Parametersand Quality Control.ppt
- AVL Trees.ppt
- BA 339Intro to Operations and Supply Chain Management.ppt
- Binary and Hex.ppt
- BIODIVERSITY AN INTRODUCTION.ppt
文档评论(0)