翻译|AdaBoost教程

作者: 行之与亦安 | 来源:发表于2016-09-26 10:06 被阅读393次

原文:AdaBoost and the Super Bowl of Classifiers - A Tutorial Introduction to Adaptive Boosting

Abstract(摘要)

这篇文章文雅地介绍了AdaBoost算法。AdaBoost算法可以用一堆弱分类器生成一个强分类器。这里从最基础的地方开始推导出了这个算法的数学式。

1. Motivation(动机)

2. Scouting(侦查)

3. Drafting(抽取)

4. Weighting(权重)

5. PseudoCode(伪代码)

相关文章

网友评论

本文标题:翻译|AdaBoost教程

本文链接:https://www.haomeiwen.com/subject/rwcqyttx.html