Machine Learning
140 views
AdaBoost
Quick Definition
Combining weak classifiers with adaptive sample weighting
Full Definition
Adaptive Boosting, an ensemble algorithm combining weak classifiers by assigning higher weights to misclassified samples.
Examples
face detection, binary classification, sequential ensemble
Related Terms
boosting
ensemble-learning
decision-tree
More Machine Learning Terms
ARIMA
Statistical model for time series analysis and forecasting
Kernel Trick
Transforming data to higher dimensions for linear separability
Contrastive Learning
Self-supervised learning by contrasting data pairs
Confusion Matrix
Table visualizing classifier performance by class predictions
Support Vector Machine
Finding optimal hyperplane to separate classes with max margin
Machine Learning
AI subset where systems learn patterns from data