搜索资源列表

  1. baggingaboosting

    0下载:
  2. Matlab code for bagging and boosting (data mining)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:66560
    • 提供者:hhh
  1. baggingPLS

    0下载:
  2. bagging PLS 一种集合建模的策略,可以根据需要改变子模型的大小,更改模型的损失函数。-A collection of bagging PLS modeling strategy, you can change the size of the sub-models necessary, change the loss function model.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1291264
    • 提供者:
  1. 55e9ae658d29

    0下载:
  2. 基于bagging算法的C++程序,包括matlab程序的结合。代码简单易懂,适合模式识别的初学者。-Based bagging algorithm C++ procedures, including combining matlab program. Code is easy to understand for beginners pattern recognition.
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-15
    • 文件大小:71680
    • 提供者:liubo
  1. RandomForest

    0下载:
  2. 随机森林是由多棵树组成的分类或回归方法。主要思想来源于Bagging算法,Bagging技术思想主要是给定一弱分类器及训练集,让该学习算法训练多轮,每轮的训练集由原始训练集中有放回的随机抽取,大小一般跟原始训练集相当,这样依次训练多个弱分类器,最终的分类由这些弱分类器组合,对于分类问题一般采用多数投票法,对于回归问题一般采用简单平均法。随机森林在bagging的基础上,每个弱分类器都是决策树,决策树的生成过程中中,在属性的选择上增加了依
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:小代
  1. Ensemble-Learning

    0下载:
  2. 集成学习将若干基分类器的预测结果进行综合,具体包括Bagging算法和AdaBoost算法;还有随机森林算法,利用多棵树对样本进行训练并预测的一种分类器-Integrated learning integrates the prediction results of several base classifiers, including Bagging algorithm and AdaBoost algorithm and rand
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:董小鱼
  1. NLDA

    0下载:
  2. 利用matlab实现基于NLDA的人脸识别算法,如有需求做RLDA和bagging NLDA并利用sum rule或者majority rule请参照http://shop.zbj.com/14563255/sid-1213623.html-Matlab codes for NLDA, bagging NLDA, random sampling LDA, Integrating Random Subspace and Bagging f
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4878336
    • 提供者:July科技
  1. Ensemble Methods Foundations and Algorithms

    0下载:
  2. This book provides researchers, students and practitioners with an introduction to ensemble methods. The book consists of eight chapters which naturally constitute three parts.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3623936
    • 提供者:ldwcuit
  1. AOC_limit

    0下载:
  2. 使用matlab实现的蚁群算法,解决0 1背包问题为例解决组合优化问题(ant colony optimization (ACO) implement by matlab, use to solve 0/1 bagging problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:yinglang
  1. ensemblelearning

    0下载:
  2. 集成学习算法,包括随机森林,bagging.(Integrated learning algorithms, including random forests, bagging.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:25600
    • 提供者:ZVC%2525247576
  1. SelectedEnsembleClassfier

    0下载:
  2. 选择性集成学习,遗传算法,Bagging算法(Selective integrated learning ,Genetic algorithm, Bagging algorithm)
  3. 所属分类:移动互联网开发

    • 发布日期:2024-05-15
    • 文件大小:24576
    • 提供者:xiongmaomi00
  1. SVM

    1下载:
  2. 选择性集成学习、遗传算法、Bagging算法(Selective integrated learning, genetic algorithm and Bagging algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:451584
    • 提供者:xiongmaomi00
  1. vote

    0下载:
  2. 可以集成多个分类器的投票算法,采用python实现(The voting algorithm of multiple classifiers can be integrated and implemented by python.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:若雨寒暄
  1. balancevote

    0下载:
  2. 针对不平衡样本的,可以综合多个分类器的投票算法。(For the unbalanced samples, the voting algorithm of multiple classifiers can be synthesized.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:若雨寒暄
  1. classifier

    1下载:
  2. 一些分类器尝试,包括SVM,KNN,自带树与adaboost或者bagging结合等。(Some classifiers test,such as SVM,KNN,etc, including test data. Only some of the methods are included in the main.m.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:1804288
    • 提供者:隐笑
  1. bagging_svm

    0下载:
  2. bagging_svm MATLAB实现(the matlab code of bagging and svm .)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:懒洋洋小y
« 1 2 3»

源码中国 www.ymcn.org