Boosting

Creator
Creator
Seonglae Cho
Created
Created
2021 Oct 6 14:39
Editor
Edited
Edited
2025 Mar 24 22:0

Reduces bias and also variance

Boosting is an ensemble learning technique that combines multiple weak learners to create a strong learner. In boosting we iteratively learn classifiers and weak classifiers are used.
  • Key Characteristics:
    • Iteratively improves model performance by learning from previous models' mistakes
    • Creates a sequence of models where each new model compensates for the weaknesses of previous ones
Boosting Methods
 
 
 
 
 
 
 

Recommendations