Random Forest 资源汇总(待续)

决策树

http://leijun00.github.io/2014/09/decision-tree/

http://leijun00.github.io/2014/10/decision-tree-2/

http://blog.csdn.net/suipingsp/article/details/41927247

http://blog.csdn.net/suipingsp/article/details/42264413

http://isilic.iteye.com/blog/1844097

统计学习方法——CART, Bagging, Random Forest, Boosting

http://blog.csdn.net/abcjennifer/article/details/8164315

Jackknife,Bootstraping, bagging, boosting, AdaBoosting, Rand forest 和 gradient boosting的区别

http://blog.csdn.net/xianlingmao/article/details/7712217

Matlab库

原始实现:

http://www.stat.berkeley.edu/~breiman/RandomForests/cc_software.htm,

从R改装来的实现:

http://randomforest-matlab.googlecode.com

工具库实现随机森林

PRTools
http://www.37steps.com/prhtml/prtools.html

randomforestc
http://www.37steps.com/prhtml/prtools/randomforestc.html

RFLib- an Open Source Randomized Forest Library C++
http://vision.mas.ecp.fr/Personnel/teboul/RFlib.php

Fertilized Forest
http://www.multimedia-computing.de/fertilized/

你可能感兴趣的:(机器学习)