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

搜索资源列表

  1. MacOS_precompiled-WITHOUT_SOURCE-v0.02

    1下载:
  2. 苹果系统下用MATLAB所编的随机森林算法-Mac system compiled with MATLAB random forest algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:103496
    • 提供者:
  1. OnlineForest-0.11.tar

    0下载:
  2. online random forest 在线随机森林做跟踪和分类的代码-online random forest-line tracking and classification random forest to do the code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:141490
    • 提供者:李曼
  1. src.tar

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

    • 发布日期:2017-04-23
    • 文件大小:227070
    • 提供者:cordoba78
  1. Random-Forest-Matlab-Version

    1下载:
  2. 随机森林 MATLAB版算法,可以运行,能较好的实现分类算法,只是速度有点慢-Random forest MATLAB version of the algorithm can be run, better classification algorithms, but the speed is a little slow
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:270336
    • 提供者:易扬
  1. Random-Forest-Classify

    0下载:
  2. 随机森林分类器,用Opencv与C混合编程实现,程序包含如何分类及训练,对初学者有一定的帮助-Random Forest classifier, using Opencv with C mixed programming, the program includes how to classify and training, there is some help for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:164777
    • 提供者:zm
  1. Random-Forest

    0下载:
  2. random forest 详细分析,算法讲解-random forest
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5706388
    • 提供者:roths
  1. Random-Forest-Matlab-master

    0下载:
  2. 随机森林用于 图像处理matalab 代码-Random Forest matalab code for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:43569
    • 提供者:黎远鹏
  1. RANDOM FOREST

    0下载:
  2. Random Forest by Leo 13 Apr 2011 (Updated 11 Apr 2012) Creates an ensemble of cart trees similar to the matlab TreeBagger class. | Watch this File.
  3. 所属分类:图形图象

    • 发布日期:2014-07-16
    • 文件大小:14907
    • 提供者:xue@zha
  1. random-forest

    1下载:
  2. 决策树模型的C++实现,可用来组成随机森林建立随机森林分类器做数据分类及图像分类,代码中有简单的测试样例-C++ implementation of decision tree model, to form a random forest is used to establish the random forest classifier for data classification and image classification, the code is simple test sample
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:906062
    • 提供者:且志安
  1. Result-Analysis-of-Random-forest

    0下载:
  2. comparative analysis of random forest with different feature selection algorithms.
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:24316
    • 提供者:arvind
  1. random forest regression

    0下载:
  2. 随机森林做回归处理,一种新型重要的图像处理算法,广泛使用。
  3. 所属分类:matlab例程

  1. Random-Forest

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

    • 发布日期:2017-05-03
    • 文件大小:572781
    • 提供者:张某某
  1. Random-Forest-master

    0下载:
  2. Random forest Please read your package and describe it at least 40 bytes in English
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:579766
    • 提供者:iman
  1. Random-Forest

    1下载:
  2. MATLAB语言的随机森林算法的例程,可以用于学习随机森林算法-Random Forest algorithm MATLAB language routines can be used to learn Random Forest algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:550064
    • 提供者:apple
  1. Random-Forest-master

    0下载:
  2. 随机森林的代码实现,如何使用学会只用随机森林进行学习-Random forest code implementation, how to use learning to learn only random forest
  3. 所属分类:Games

    • 发布日期:2017-05-03
    • 文件大小:579766
    • 提供者:wuxiaobin
  1. Random-Forest

    0下载:
  2. 一个random forest的matlab例程,可以直接运行,具体内容参考图书《视觉机器学习20讲》-Forest MATLAB of a random routine, you can run directly, the specific content of reference books < visual machine learning 20
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:550031
    • 提供者:897lp
  1. Random-Forest-Regressor-master

    0下载:
  2. 本软件可以用来进行随机森林预测分类,并且能够回归-Random Forest, an efficient regression and classification tool in area of machine learning. The Programms performs well and a demo is offered.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3799707
    • 提供者:NILEI
  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
    • 文件大小:12595
    • 提供者:wjw
  1. random-forest

    0下载:
  2. 随机森林算法,使用c/c++,可直接使用和研究-Random Forest algorithm, using c/c++, can be used directly and research
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:56988
    • 提供者:于威
  1. RF_MexStandalone-v0.02-precompiled

    0下载:
  2. 随机森林信号分类识别,可以处理非线性离散信号,识别率高,效果好(Random forest signal classification)
  3. 所属分类:matlab例程

« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com