Difference between revisions of "10-601 Ensembles 2"

From Cohen Courses
Jump to navigationJump to search
 
Line 1: Line 1:
This a lecture used in the [[Syllabus for Machine Learning 10-601]]
+
This a lecture used in the [[Syllabus for Machine Learning 10-601 in Fall 2014]]
  
 
=== Slides ===
 
=== Slides ===

Latest revision as of 17:36, 21 July 2014

This a lecture used in the Syllabus for Machine Learning 10-601 in Fall 2014

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.