Boosting

Boosting (machine learning)

Boosting is an ensemble meta-algorithm for reducing bias and variance in supervised learning. It is based on the question of whether weak learners can be combined to create a strong learner, which was answered affirmatively by Robert Schapire in 1990. Boosting algorithms are used to turn weak learners into strong ones, and Freund and Schapire's arcing technique is synonymous with boosting.

2 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

COS 324 - Introduction to Machine Learning

Princeton University

Fall 2017

A thorough introduction to machine learning principles such as online learning, decision making, gradient-based learning, and empirical risk minimization. It also explores regression, classification, dimensionality reduction, ensemble methods, neural networks, and deep learning. The course material is self-contained and based on freely available resources.

No concepts data

+ 14 more concepts