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

搜索资源列表

  1. adaboost算法

    1下载:
  2. adaboost,为boost方法的一种方法,可以实现分类,有弱分类到强分类
  3. 所属分类:matlab例程

    • 发布日期:2008-06-30
    • 文件大小:267874
    • 提供者:qishi0301
  1. AdaBoost

    0下载:
  2. 本代码采用了adaboost算法进行仿真进行人脸检测,很好的给出了仿真图。-it uses adaboost to dtecte face. and it shows the pictures.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1115
    • 提供者:cathy
  1. Adaboost-detection

    0下载:
  2. 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:268276
    • 提供者:
  1. adaboost

    0下载:
  2. adaboost to train a classifier-adaboost classifier
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:550937
    • 提供者:wenlong
  1. adaboost

    0下载:
  2. 采用matlab实现了Adaboost分类器算法,有利于学生对分类器的学习!-The function of this code is to implement the Adaboost algorithm using matlab programming language,which is very useful to learn of all kinds of classifier for students, especially for beginners.
  3. 所属分类:matlab

    • 发布日期:2016-01-23
    • 文件大小:268288
    • 提供者:
  1. Adaboost

    0下载:
  2. Adaboost算法是一类弱分类器,本算法使用adaboost算法实现对于训练数据划分成两个组,然后可以用来进行数据的分类。-Adaboost algorithm is a class of weak classifier, the algorithm uses adaboost algorithm for the training data into two groups, and then can be used for data classification.
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:346090
    • 提供者:丁丁
  1. adaboost

    0下载:
  2. 根据adaboost原理编写的程序函数,比较适合刚开始接触的人学习-Programs written in accordance with the principle adaboost function basis for comparison
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:10083
    • 提供者:feiminglu
  1. adaboost

    0下载:
  2. adaboost智能算法源程序,将若分类器反复训练得到强分类器,用于二分类问题-adaboost intelligent algorithm source code, will be repeated if the classifier has been trained strong classifier for the two classification
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8963
    • 提供者:豆豆
  1. adaboost

    0下载:
  2. adaboost matlab程序 大家可以自己调试看看 欢迎相互学习-adaboost matlab program we can learn from their own debug to see welcome
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1118
    • 提供者:孟锦豪
  1. adaboost

    0下载:
  2. 关于ababoost的matlab源代码。-the source code of matlab about adaboost algorithm。
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:420786
    • 提供者:刘婷
  1. Adaboost

    0下载:
  2. Adaboost demo in matlab
  3. 所属分类:matlab例程

    • 发布日期:2015-11-12
    • 文件大小:2624
    • 提供者:onik_j@ukr.net
  1. adaboost

    1下载:
  2. adaboost算法的训练和测试代码,简单的实例(The aim of the project is to provide a source of the meta-learning algorithm known as AdaBoost to improve the performance of the user-defined classifiers.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:chent1995
  1. Adaboost

    0下载:
  2. 网上看到的matlab做adaboost的小例子,正在学习中(matlab for learning adaboost-knn)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:268288
    • 提供者:sgao
  1. adaboost

    0下载:
  2. BOOSTING算法中经典的adaboost算法实例,亲测可用~(BOOSTING algorithm, the classic example of AdaBoost algorithm, pro test can be used ~!)
  3. 所属分类:matlab例程

  1. adaboost

    0下载:
  2. 其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。其算法本身是通过改变数据分布来实现的(Adaboost as an iterative algorithm which core idea is to train several different weak classifiers for the same dataset and then collect them together to form a stronger
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:廿四包
  1. adaboost+gabor汉字识别

    0下载:
  2. adaboost迭代算法加上gabor特征提取的一种汉字识别方法(A Chinese character recognition method based on adaboost iterative algorithm and gabor feature extraction)
  3. 所属分类:matlab例程

  1. AdaBoost-master

    0下载:
  2. adaboost code 人工智能神经网络深度学习‘’(adaboost code ai deeplearning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:10240
    • 提供者:wsh8203
  1. AdaBoost算法

    1下载:
  2. 用matlab软件,实现adaboost算法。将数据集划分为训练集和测试集,给训练集的数据贴标签,用训练好的模型来测试测试数据的准确度。(Using Matlab to implement the AdaBoost algorithm. The data set is divided into training set and test set to label the data of the training set, and the accuracy of the test data i
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:7930880
    • 提供者:_XW
  1. Adaboost

    0下载:
  2. 用Adaboost实现行人检测中的漏检率,与boosting进行比对。(Using Adaboost to achieve missed detection rate in pedestrian detection, compared with boosting.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:270336
    • 提供者:雨中行
  1. AdaBoost

    2下载:
  2. adaboost 集成多个回归算法(线性回归、岭回归、LASSO等)(Adaboost integrates multiple regression algorithms)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-09-27
    • 文件大小:1024
    • 提供者:MeganLibre
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com