Machine Learning
30 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
PCA
Statistical technique reducing dimensionality via principal components
Naive Bayes
Probabilistic classifier using Bayes theorem with independence
Supervised Learning
Learning from labeled training data with input-output pairs
Polynomial Regression
Extending linear models with polynomial features for nonlinear data
Batch Normalization
Normalizing layer inputs to stabilize and speed up training
Active Learning
Algorithm selecting most informative data points for labeling