CSC 3304 Lecture 08 Boosting Ensemble Methods
CSC 3304 Lecture 08 Boosting Ensemble Methods
subtitle style
| Boosting
Now it detects!
Weak classifiers used by Viola and Jones
Detects
eyes!
Weak classifiers used by Viola and Jones
Train weak learning algorithm using data weighted by dti=1/n. This produces
weak classifier ht.
Choose coefficient αt. yi ht (xi ) is 1 if correct, -1 if incorrect
| Decision Forests
• Decision Forests
– compute many trees from different subsets of data and features
– average them (bagging).
• Boosted Decision Trees
– reweight the data to generate different trees.
– The combination minimizes training error (coordinate descent on the
exponential loss).
Decision Forests
Why?
Decision Forests: Measuring Variable Importance
Disadvantages
• Black-box
• Tends to overfit unless tuned carefully (not always intuitive with
the R package)
• Slow
©2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the
U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must
respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of
this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.