搜索资源列表

  1. adaboost

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

    • 发布日期:2024-05-09
    • 文件大小:420864
    • 提供者:刘婷
  1. Adaboost

    0下载:
  2. AdaBoost算法提取图像的整体特征 含api 可直接导入到工程中-opencv AdaBoost
  3. 所属分类:OpenCV

    • 发布日期:2024-05-09
    • 文件大小:3035136
    • 提供者:王磊
  1. adaboost

    0下载:
  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例程

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:chent1995
  1. AdaBoost

    0下载:
  2. 用Python实现了Adaboost算法(The Adaboost algorithm is implemented with Python)
  3. 所属分类:其他小程序

  1. Adaboost

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

    • 发布日期:2024-05-09
    • 文件大小:268288
    • 提供者:sgao
  1. adaboost

    0下载:
  2. matlab中的adaboost人脸检测算法(AdaBoost face detection)
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:白小兔
  1. adaboost-py-master

    0下载:
  2. 这是基于python 编写的 adaboost源码 和说明,直接调用即可。(This package implements a fr a mework of adaboost, the famous Machine Learning algorithm. It is widely used in face related issues such as Face Recognition.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:zhongyc021
  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 the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小: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

    0下载:
  2. adaboost实现二分类(adaboost)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1090560
    • 提供者:萌儿
  1. AdaBoost-master

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

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:wsh8203
  1. Adaboost人脸识别

    0下载:
  2. 运用adaboost方法进行人脸检测的matlab算法,实用易懂,适合初学者!(Using adaboost method for face detection matlab algorithm, practical and easy to understand, suitable for beginners!)
  3. 所属分类:图形图像处理(光照,映射..)

  1. adaboost-viola-jones-master

    0下载:
  2. adaboost viola jones
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:717824
    • 提供者:khalili
  1. AdaBoost算法

    0下载:
  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 t
  3. 所属分类:matlab例程

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

    0下载:
  2. 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:L.Xun
  1. Adaboost

    0下载:
  2. 用MATLAB实现Adaboost分类算法,只是一个简单的功能(Using MATLAB to implement Adaboost classification algorithm, it is just a simple function)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:ShellyLin
  1. Adaboost

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

    • 发布日期:2024-05-09
    • 文件大小:270336
    • 提供者:雨中行
  1. adaboost

    0下载:
  2. matlab中可运行的adaboost人脸识别算法(Adaboost face recognition algorithm that can run in matlab)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:912384
    • 提供者:1111122222222
  1. AdaBoost

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:MeganLibre
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org