Difference between revisions of "10-601 Ensembles 2"

From Cohen Courses
Jump to navigationJump to search
Line 3: Line 3:
 
* [http://www.cs.cmu.edu/~wcohen/10-601/ensembles2.ppt Slides in PowerPoint].
 
* [http://www.cs.cmu.edu/~wcohen/10-601/ensembles2.ppt Slides in PowerPoint].
 
* Margin "movie" I showed in class: [http://www.cs.cmu.edu/~wcohen/10-601/margin-movie.pdf Margin movie].
 
* Margin "movie" I showed in class: [http://www.cs.cmu.edu/~wcohen/10-601/margin-movie.pdf Margin movie].
 +
 +
* I also did a demo of [http://www.cs.waikato.ac.nz/ml/weka/ Weka].  There's a [http://prdownloads.sourceforge.net/weka/weka.ppt presentation on the weka GUIs] which covers some of the same material.
  
 
=== Readings ===
 
=== Readings ===

Revision as of 10:56, 17 October 2013

Slides

Readings

Summary

You should understand the basic intuitions behind the analysis of boosting:

  • As reducing an upper bound on error and hence fitting the training data.
  • As a coordinate descent optimization of the same upper bound.

You should also be aware that boosting is related to margin classifiers.