Adaboost

1 revision
#11 week ago
+6
Auto-generated stub article
+Adaboost (Adaptive Boosting) is a powerful [Machine Learning](/wiki/machine_learning) algorithm that builds a strong classifier by sequentially combining many "weak" ones. It iteratively adjusts the weights of misclassified data points, compelling subsequent weak learners to focus on these difficult examples, thereby refining the overall prediction through [Ensemble Learning](/wiki/ensemble_learning).
+## See also
+- [Boosting](/wiki/boosting)
+- [Decision Trees](/wiki/decision_trees)
+- [Classification](/wiki/classification)
... 1 more lines