CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - random forest

搜索资源列表

  1. RF_MexStandalone-v0.02

    0下载:
  2. random forest
  3. 所属分类:Windows编程

  1. src.tar

    0下载:
  2. These are random forest implementations for various multi-class machine learning tasks.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:221.75kb
    • 提供者:cordoba78
  1. matlab-RandomForests

    1下载:
  2. matlab编写的随机森林算法,别人编写的,分享一下-Random Forest algorithm matlab prepared, written by someone else, share
  3. 所属分类:Button control

    • 发布日期:2017-05-05
    • 文件大小:537kb
    • 提供者:Michael
  1. randomForest_4.6-7

    0下载:
  2. Random Forest brain tumor segmentation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:171.44kb
    • 提供者:Nasim
  1. randomforest-matlab

    1下载:
  2. Random Forest可以运行的代码。从csdn上面当下来的。-Random Forest Source Code
  3. 所属分类:Other systems

    • 发布日期:2016-04-24
    • 文件大小:341kb
    • 提供者:huhongda
  1. TextDetect

    0下载:
  2. 该代码利用canny算子实现了文字检测,还使用了随机森林算法,运用了boost库和opencv库,检测效果非常好,平台是Visual Studio 2010-The code implements the use of canny operator Text Detection, also used the random forest algorithms use the boost libraries and opencv library, testing the effect is very
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:6.52mb
    • 提供者:董帆
  1. Random-Forest-Matlab-master

    0下载:
  2. This toolbox was written for my own education and to give me a chance to explore the models a bit. It is NOT intended for any serious applications and it does not NOT do many of things you would want a mature implementation to do, like leaf pruni
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:34.21kb
    • 提供者:aman
  1. randomforesttt

    4下载:
  2. 随机森林分类器,matlab写的,直接可以运行,不需要该任何东西-Random Forest classifier, matlab write, direct run, does not require that anything
  3. 所属分类:CSharp

    • 发布日期:2016-04-24
    • 文件大小:191kb
    • 提供者:dz
  1. Random-Forest(R)

    1下载:
  2. 随机森林使用R语言实现(包括各种参数的分析介绍)-Random forests using R language implementation (including the analysis of the various parameters)
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:11.16kb
    • 提供者:马风华
  1. Random-Forest

    0下载:
  2. 有关随机森林的代码和源文件,代码需要使用使用fortran来搭配,自己配吧-About the random forest code and source files
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:559.36kb
    • 提供者:张某某
  1. RF_Class_C

    0下载:
  2. 随机森林训练测试模型,用于特征的分类与测试-Random Forest model training tests
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:160.33kb
    • 提供者:weiwei
  1. RF_Reg_C

    0下载:
  2. 随机森林训练测试模型,用于矩阵的线性回归算法-Random Forest model training tests
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:257.28kb
    • 提供者:weiwei
  1. randomforest-matlab

    0下载:
  2. random forest matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:317.09kb
    • 提供者:zh
  1. random-forest-example

    0下载:
  2. 随机森林是用随机的方式建立一个森林,森林里面有很多的决策树组成,随机森林的每一棵决策树之间是没有关联的。在得到森林之后,当有一个新的输入样本进入的时候,就让森林中的每一棵决策树分别进行一下判断,看看这个样本应该属于哪一类,然后看看哪一类被选择最多,就预测这个样本为那一类。-Random forests are used in a random way to build a forest, there are a lot of decision trees in the forest, there
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:12.3kb
    • 提供者:wjw
  1. Random-Forest-Matlab-master

    3下载:
  2. 随机森林的matlab实现,即随机森林算法的matlab工具箱,从GitHub上获取,使用请注明出处。(random forest for matlab)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:34kb
    • 提供者:blackwjc
  1. forest

    0下载:
  2. an enhance algoritm of random forest
  3. 所属分类:其他

  1. Random Forest

    0下载:
  2. 利用随机森林训练,对polar码进行解码(The polar code is decoded by random forest)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2kb
    • 提供者:w739200964
  1. Random Forest

    0下载:
  2. 在机器学习中,随机森林是一个包含多个决策树的分类器, 并且其输出的类别是由个别树输出的类别的众数而定。 Leo Breiman和Adele Cutler发展出推论出随机森林的算法。 而 "Random Forests" 是他们的商标。 这个术语是1995年由贝尔实验室的Tin Kam Ho所提出的随机决策森林(random decision forests)而来的。这个方法则是结合 Breimans 的 "Bootstrap aggregating" 想法
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:265kb
    • 提供者:RichealYoung
  1. randomforest.R

    0下载:
  2. R 语言 随机森林分类特征选择,打分特征重要性(R language random forest feature selection importance)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:100kb
    • 提供者:jzpengpeng
  1. random forest-matlab

    3下载:
  2. random forest-matlab随机森林matlab实现
  3. 所属分类:Windows编程

« 12 3 »
搜珍网 www.dssz.com