algorithm - GentleBoost n 元分类器?

标签 algorithm classification adaboost

我正在寻找关于n-ary Gentle Boost 分类器的资源或实现。

我见过很多 Adaboost 实现,Matlab 的 Ensemble 中的 GentleBoost 实现,但它似乎总是二进制

WEKA 也只有 AdaBoost 实现,没有 Gentle Boost。

大家有什么建议吗 - 如何着手获得 n 元 Gentle Boost 实现? - 如果还没有, build 一个大约需要多长时间?

最佳答案

有一个用R语言写的包,名字叫ada,里面也有Gentle Boosting: http://cran.r-project.org/web/packages/ada/index.html

编辑

的确,它只是用于二分类:

ada is used to fit a variety stochastic boosting models for a binary response as described in Additive Logistic Regression: A Statistical View of Boosting by Friedman, et al. (2000).

关于algorithm - GentleBoost n 元分类器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19091818/

相关文章:

python - 如何更改算法中的参数以获得更好的性能?

python - 如何解释 sklearn.tree.tree_tree.value 属性的(意外)值?

machine-learning - 使用强分类器进行 boosting 的效果

multithreading - 使用嵌套并行性并行计算 c𝑖 = √(a𝑖 × b𝑖)

c++ - 简单的迭代算法

c++ - 监控 Caffe 中的培训/验证过程

ruby-on-rails - 使用 ruby​​ gem 通过数据挖掘或 NLP 来辨别推文是否正面

python - 如何使用sklearn的AdaBoostClassifier获取模型的系数(以Logistic回归作为基本估计器)

c++ - 从根高效计算多项式系数

string - 不是另一个字符串的子字符串的最短不常见子字符串 : shortest substring of one string,