Machine Learning
141 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
LightGBM
Fast gradient boosting framework using histogram splitting
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors
A/B Testing
Statistical method comparing two versions for performance
Autoencoder
Neural network learning compressed data representations
Hyperparameter Tuning
Finding optimal configuration values before training
Polynomial Regression
Extending linear models with polynomial features for nonlinear data