CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Random-forest algorithm

搜索资源列表

  1. RandomForest

    0下载:
  2. 随机森林论文作者写的随机森林代码,采用matlab混合编程,需要安装Fortran compiler-An interface to the random forest algorithm (version 3.3) written by Leo Breiman and Adele Cutler. This tool is for windows MATLAB R13 only
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:211.21kb
    • 提供者:cystory
  1. randomforest

    0下载:
  2. 实现了基于自举法和角色数算法的随机森林算法-Implemented based on the number of bootstrap method and the role of the random forest algorithm algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:166.74kb
    • 提供者:guang
  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
    • 文件大小:101.07kb
    • 提供者:
  1. coding

    0下载:
  2. This one is code for Random Forest algorithm,,,hav loaded face with FERET database-This one is code for Random Forest algorithm,,,hav loaded face with FERET database,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.25kb
    • 提供者:vatsal
  1. discrim_rf

    0下载:
  2. 斯坦福大学的姚邦鹏开发的一个图像分类算法,使用random forest实现了图像的精细区域描述,赢得了PASCAL VOC2011图像分类竞赛中的winner prize.经测试,程序完全可运行,且提供了MAC和Windows下的两种程序。-Image Classification: An Integration of Randomization and Discrimination in A Dense Feature Representation The goal of our m
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:952.64kb
    • 提供者:王志刚
  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
    • 文件大小:264kb
    • 提供者:易扬
  1. RandomForest

    1下载:
  2. ID3决策树+随机森林算法生成决策森林,采用投票机制进行决策;有训练数据aaa和测试数据bbb;非常适合机器学习的初学者-The ID3 the+ random forest algorithm to generate decision forests voting mechanism for decision-making training data the the aaa and test data bbb ideal for machine learning beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-04
    • 文件大小:196.13kb
    • 提供者:可迪
  1. RF_Reg_C

    0下载:
  2. 随机森林算法,很难得,用于数据分类效果比支持向量机算法效率高-Random Forest algorithm, it is difficult to get for data classification higher than the efficiency of support vector machine algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:257.24kb
    • 提供者:huang zhe
  1. Random-Forest-for-Image-Annotation

    0下载:
  2. 随机森林算法,适合初学者阅读,包括公式,资料,调试-Random forests algorithm, suitable for beginners to read, including formulas, data, commissioning
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:1.28mb
    • 提供者:caishaowei
  1. Breimans-randomForest-

    0下载:
  2. 随机森林提出者的算法,matlab版本,有例子-Random Forest algorithm author, matlab version, there are examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:186.43kb
    • 提供者:steveyan
  1. randomforest

    2下载:
  2. 随机森林的matlab算法实现,model是训练函数,tree是分类标签函数-Random Forest algorithm matlab, model is the training function, tree classification label function
  3. 所属分类:matlab

    • 发布日期:2016-04-24
    • 文件大小:3.67mb
    • 提供者:Stelin
  1. twgr-ccf-dd56c95d9dbe

    1下载:
  2. 典型相关随机森林算法,随机森林算法的改进-Typical correlation Random Forest algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-05-30
    • 文件大小:11.55mb
    • 提供者:马源
  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
    • 文件大小:537.17kb
    • 提供者:apple
  1. Radom-Forest

    0下载:
  2. 最原始的随机森林matlab算法 亲测可用 包括回归和分类-Most original Random Forest algorithm matlab pro-test available including regression and classification
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:290.3kb
    • 提供者:heyue
  1. RandomForest

    0下载:
  2. ID3决策树+随机森林算法生成决策森林,采用投票机制进行决策-The ID3 the+ random forest algorithm to generate decision forests voting mechanism for decision-making training data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:196.66kb
    • 提供者:zhch66
  1. data

    1下载:
  2. 随机森林算法的构造过程:1、通过给定的原始数据,选出其中部分数据进行决策树的构造,数据选取是”有放回“的过程,我在这里用的是CART分类回归树。 2、随机森林构造完成之后,给定一组测试数据,使得每个分类器对其结果分类进行评估,最后取评估结果的众数最为最终结果-Random Forest algorithm construction process: 1, by a given raw data, which part of the decision tree data structu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:9.43kb
    • 提供者:小代
  1. several-classification-algorithm

    1下载:
  2. 几种基于Matlab的分类算法研究(自组织神经网络,SOM神经网络,LVQ神经网络,决策树,随机森林算法)-Several classification algorithm based on Matlab research (self-organizing neural network, SOM neural network and LVQ neural network, decision tree, the random forest algorithm)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:1018kb
    • 提供者:
  1. RandomForest

    2下载:
  2. 随机森林分类器算法的应用,包含分类例子和回归例子(Random forest algorithm matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:210kb
    • 提供者:青春舞曲
  1. RF_Class_C

    3下载:
  2. 随机森林分类算法matlab例程, 内含详细语句说明(Random forest classification algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:162kb
    • 提供者:snail401
  1. random forest

    4下载:
  2. 此源程序包含随机森林工具箱,以及将随机森林算法用于乳腺肿瘤数据的分类预测(This source includes random forest toolbox, and random forest algorithm is used to classify and predict breast tumor data.)
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com