码迷,mamicode.com
首页 >  
搜索关键字:随机森林 randomforest    ( 375个结果
RandomForest随机森林总结
1.随机森林原理介绍随机森林,指的是利用多棵树对样本进行训练并预测的一种分类器。该分类器最早由Leo Breiman和Adele Cutler提出,并被注册成了商标。简单来说,随机森林就是由多棵CART(Classification And Regression Tree)构成的。对于每棵树,它们使...
分类:其他好文   时间:2014-07-28 02:52:49    阅读次数:400
(Breiman) 随机森林之classification/clustering description
ContentsIntroductionOverviewFeatures of random forestsRemarksHow Random Forests workThe oob error estimateVariable importanceGini importanceInteractio...
分类:其他好文   时间:2014-07-26 01:14:06    阅读次数:585
(Breiman)随机森林之源代码
ContentsIntroductionStandard control optionsLine 1: Describe dataLine 2: Set run optionsLine 3: Set importance optionsLine 4: Set proximity computatio...
分类:其他好文   时间:2014-07-26 01:13:56    阅读次数:243
动作识别之APJ3D和随机森林
Human Action Recognition Using APJ3D and Random Forests方法概述:First, we extract the 3D skeletal jointlocations from depth images. The APJ3D computed fro...
分类:其他好文   时间:2014-05-19 14:59:47    阅读次数:371
随机森林
总体理解Random Forest(随机森林)算法是通过训练多个决策树,生成模型,然后综合利用多个决策树进行分类。随机森林算法只需要两个参数:构建的决策树的个数t,在决策树的每个节点进行分裂时需要考虑的输入特征的个数m。1. 单棵决策树的构建: (1)令N为训练样例的个数,则单棵决策树的输入样例的个...
分类:其他好文   时间:2014-05-19 13:28:18    阅读次数:371
375条   上一页 1 ... 36 37 38
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!