Boosting (Algorithms)

Enlarge text Shrink text
  • Topic
| System number 987007572846405171

Information for Authority record

Name (Hebrew)
גברת (אלגוריתמים)
Name (Latin)
Boosting (Algorithms)
Name (Arabic)
تعزيز (تعلم الآلة)
See Also From tracing topical name
Algorithms
Supervised learning (Machine learning)
MARC
MARC

Other Identifiers

Wikidata: Q466303
Library of congress: sh2011005111
Sources of Information
  • Work cat: 2011038972: Boosting : foundations and algorithms, c2012.
  • Boosting--boost/html site @ Robert Schpire (Dept. of Computer Sci, Princeton Univ.) viewed Oct. 21, 2011(Boosting is a general method of producing a very accurate prediction rule by combining rough and moderately inaccurate "rules of thumb")
  • Wolfram Mathworld, Oct. 21, 2011(Probability and statistics/Multivariate statistics/Boosting)

Wikipedia description:

In machine learning (ML), boosting is an ensemble learning method that combines a set of less accurate models (called "weak learners") to create a single, highly accurate model (a "strong learner"). Unlike other ensemble methods that build models in parallel (such as bagging), boosting algorithms build models sequentially. Each new model in the sequence is trained to correct the errors made by its predecessors. This iterative process allows the overall model to improve its accuracy, particularly by reducing bias. Boosting is a popular and effective technique used in supervised learning for both classification and regression tasks. The theoretical foundation for boosting came from a question posed by Kearns and Valiant (1988, 1989): "Can a set of weak learners create a single strong learner?" A weak learner is defined as a classifier that performs only slightly better than random guessing, whereas a strong learner is a classifier that is highly correlated with the true classification. Robert Schapire's affirmative answer to this question in a 1990 paper led to the development of practical boosting algorithms. The first such algorithm was developed by Schapire, with Freund and Schapire later developing AdaBoost, which remains a foundational example of boosting.

Read more on Wikipedia >