Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weak hypotheses in boosting method

What is the weak hypotheses generated during boosting?

like image 921
user328695 Avatar asked Sep 14 '26 08:09

user328695


1 Answers

I'm guessing that you mean the weak classifiers that are combined in boosting? Often these are decision trees only a few layers deep. They are trained, one after another, on the dataset weighted such that data points the last classifier got wrong are given more weight.

Check these notes from a UPenn machine learning class for more information:

http://alliance.seas.upenn.edu/~cis520/wiki/index.php?n=Lectures.Boosting

like image 193
ajduff574 Avatar answered Sep 19 '26 19:09

ajduff574



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!