Machine Learning
29 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
Time Series Analysis
Analyzing time-ordered data for patterns and forecasting
Contrastive Learning
Self-supervised learning by contrasting data pairs
ARIMA
Statistical model for time series analysis and forecasting
Multi-Task Learning
Training one model for multiple related tasks simultaneously
Self-Supervised Learning
Generating supervisory signals from unlabeled data for training
Reinforcement Learning ML
Learning optimal decisions through environment interaction