Answer Posted / Pooja Mishra
Boosting is an ensemble learning technique that trains multiple weak learners sequentially where each new model is trained to correct the errors made by the previous models. The key idea behind boosting is to iteratively train models on weighted versions of the training data, focusing more on misclassified instances in earlier rounds.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers