Adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
资源总数
63
Adaboost 热门资料
查看全部 63 份 →AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a s
AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a strong learner. Besid...
2013-12-06
167