Skip to content

The AdaBoost (Adaptive Boosting) algorithm is a popular ensemble method used in machine learning to improve the performance of weak classifiers. It combines multiple weak classifiers to create a strong classifier, focusing more on the misclassified instances in each subsequent iteration.

Notifications You must be signed in to change notification settings

akarshankapoor7/AdaBoost_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This tutorial will tell you about the hyperparameter tuning in AdaBoost (Adaptive Boosting ) technique.

About

The AdaBoost (Adaptive Boosting) algorithm is a popular ensemble method used in machine learning to improve the performance of weak classifiers. It combines multiple weak classifiers to create a strong classifier, focusing more on the misclassified instances in each subsequent iteration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published