Adaboost

AdaBoost

AdaBoost is a statistical classification meta-algorithm that combines the outputs of weak learners to create a strong classifier. It is adaptive, meaning subsequent weak learners are adjusted to focus on instances misclassified by previous classifiers. AdaBoost is often used with decision trees and is considered one of the best classifiers for many problem types.

1 courses cover this concept

10-401 Introduction to Machine Learning

Carnegie Mellon University

Spring 2018

A comprehensive exploration of machine learning theories and practical algorithms. Covers a broad spectrum of topics like decision tree learning, neural networks, statistical learning, and reinforcement learning. Encourages hands-on learning via programming assignments.

No concepts data

+ 55 more concepts