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

搜索资源列表

  1. adaboost

    1下载:
  2. AdaBoost元算法属于boosting系统融合方法中最流行的一种,说白了就是一种串行训练并且最后加权累加的系统融合方法。 具体的流程是:每一个训练样例都赋予相同的权重,并且权重满足归一化,经过第一个分类器分类之后, 计算第一个分类器的权重alpha值,并且更新每一个训练样例的权重,然后再进行第二个分类器的训练,相同的方法....... 直到错误率为0或者达到指定的训练轮数,其中最后预测的标签计算是各系统*alpha的加权和,然后sign(预测值)。 可以看出,训练流程是串行的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:iihaozl
  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
    • 文件大小:3.62mb
    • 提供者: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
    • 文件大小:12.3kb
    • 提供者:wjw
  1. 20170106RF_Matlab

    1下载:
  2. 随机森林指的是利用多棵树对样本进行训练并预测的一种分类器,包括两个方面:数据的随机性选取,以及待选特征的随机选取。-Random forest refers to the use of more than one tree to sample the training and prediction of a classifier, including two aspects: random selection of data, as well as the characteristics of
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:441.44kb
    • 提供者:yanxiu
  1. Ensemble-Learning

    0下载:
  2. 集成学习将若干基分类器的预测结果进行综合,具体包括Bagging算法和AdaBoost算法;还有随机森林算法,利用多棵树对样本进行训练并预测的一种分类器-Integrated learning integrates the prediction results of several base classifiers, including Bagging algorithm and AdaBoost algorithm and random forest algorithm, using a t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:董小鱼
  1. RF_Reg_C

    1下载:
  2. 随机森林实现分类、预测的代码和一些相应的实例,啊啊啊啊啊(Random forest classification, prediction of the code and some corresponding examples, ah, ah, ah!)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:273kb
    • 提供者:狼头神
  1. Radom Forest[ok]

    1下载:
  2. 在matlab中随机森林算法的实现,随机森林算法是现在广泛用于分类和预测的机器学习最常见的算法之一(the code of random forest)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:269kb
    • 提供者:`你管
  1. 随机森林

    0下载:
  2. 作为新兴起的、高度灵活的一种机器学习算法,随机森林(Random Forest,简称RF)拥有广泛的应用前景,从市场营销到医疗保健保险,既可以用来做市场营销模拟的建模,统计客户来源,保留和流失,也可用来预测疾病的风险和病患者的易感性。(As a new, highly flexible a machine learning algorithm, random forest (Random Forest, referred to as RF) has broad application prosp
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:5.48mb
    • 提供者:xbz111
  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_4.6-12

    0下载:
  2. 统计软件R程序,随机森林包,人工智能分类,回归,预测软件包(Statistical software R program, random forest installation package, realize artificial intelligence classification, regression, prediction.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:173kb
    • 提供者:mnpq
  1. randomforest-matlab

    4下载:
  2. 本程序是基于matlab程序而编写的随机森林预测,主要用于分类(This program is a random forest prediction based on MATLAB program, which is mainly used for classification.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:437kb
    • 提供者:SUNYONGYI
  1. matlab随机森林

    14下载:
  2. 调用matlab中的随机森林算法实现预测(Call the random forest algorithm in MATLAB to realize the prediction)
  3. 所属分类:其他

    • 发布日期:2019-03-28
    • 文件大小:1kb
    • 提供者:heelman
  1. RandomForset

    3下载:
  2. 随机森林的训练、随机森林的预测以及结果的展现,全部代码亲测(Random forest training, random forest prediction and result display, all code affinity test.)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-22
    • 文件大小:2kb
    • 提供者:亲宝宝
  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例程

  1. uci-breast-cancer-master

    2下载:
  2. 机器学习中的随机森林算法,用于空气质量预测(Random forest algorithm in machine learning for air quality prediction)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-02-13
    • 文件大小:611kb
    • 提供者:Hghar-xer
  1. RF_MexStandalone-v0.02-precompiled

    1下载:
  2. 运用随机森林方法对数据进行建模,可以用模型进行预测与分类(Random forest prediction and classification)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-03
    • 文件大小:422kb
    • 提供者:TT@XIE
搜珍网 www.dssz.com