CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - adaboost算法

搜索资源列表

  1. Adaboost

    1下载:
  2. 一个用matlab的实现的Adaboost_M1, 主要用运捆绑不同的分类器. boosting 算法的一种 -using a Matlab Adaboost_M1 the realization of the main shipped bundled with different types of devices. A boosting algorithm
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:265191
    • 提供者:王世海
  1. adaboost

    0下载:
  2. 利用matlab编程的adaboost算法-Using matlab programming algorithm adaboost
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5893
    • 提供者:丛丛
  1. Adaboost

    0下载:
  2. Python实现Adaboost算法,数据集为horseColic马疝气病数据集,准确率和sklearn库中的adaboost算法一样。-Python implementation adaboost algorithm, the data set is horseColic horse hernia disease data collection, accuracy and sklearn library adaboost the same algorithm.
  3. 所属分类:Data Mining

    • 发布日期:2017-12-11
    • 文件大小:14186
    • 提供者:赵**
  1. adaboost

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

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:白小兔
  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. weka机器学习十大算法

    2下载:
  2. 对机器学习领域的十个经典算法进行了详细介绍,包括:AdaBoost、Apriori、C4.5、CART、EM、K-means、kNN、PageRand、SVM和朴素贝叶斯(Ten classical algorithms in machine learning domain are introduced in detail, including AdaBoost, Apriori, C4.5, CART, EM, K-means, kNN, PageRand, SVM and Nave Baye
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:4810752
    • 提供者:kmsj
  1. 6715411

    0下载:
  2. 非常好的学习Adaboost算法的ppt,能全面掌握关于Adaboost算法的原理,实现等()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:647168
    • 提供者:Cecollm
  1. Adaboost人脸识别

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

  1. Iris_Adaboost

    1下载:
  2. python鸢尾花(iris)数据分类程序例子,采用adaboost算法。(Python iris flower (IRIS) data classification program examples, using the AdaBoost algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:rhlee2k
  1. face-Adaboost

    1下载:
  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. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:L.Xun
  1. RandomForest_AdaBoost-master

    0下载:
  2. 随机森林、Adaboost算法实例+java代码(RandomForest and AdaBoost-master algorithm instance +java code)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:53248
    • 提供者:苹果打哭梨
  1. adaboost_bp

    0下载:
  2. 集合BP神经网络的adaboost,用matlab编写,代码清晰,有备注(Adaboost of BP neural networks)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:打开一扇窗
  1. Adaboost

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

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:ShellyLin
  1. adaboost

    0下载:
  2. 程序为一种分类算法AdaBoost算法,用于解决二分类问题(The program is a classification algorithm AdaBoost algorithm to solve the two classification problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:叶子666
  1. adaboost_test

    0下载:
  2. 一个简单的基于matlab实现的adaboost分类器算法实现(A simple implementation of AdaBoost classifier algorithm based on MATLAB)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:Mentaclause
  1. adaboost

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

    • 发布日期:2021-04-13
    • 文件大小:912384
    • 提供者:1111122222222
  1. face_recognition_adaBoost_M2

    1下载:
  2. 基于adaboost算法的人脸检测(For face detection haar+adaboost matlab code)(Face detection based on AdaBoost algorithm,haar+adaboost matlab (For face detection haar+adaboost matlab code))
  3. 所属分类:图形图像处理

    • 发布日期:2021-04-13
    • 文件大小:64512
    • 提供者:随风飘啊飘
  1. 人脸识别 MATLAB代码

    1下载:
  2. 使用pca方法对图像进行特征提取,对训练集的20个人的共一百张人脸进行训练,使用adaboost算法生成强分类器,可以对测试集的人脸图片进行识别,且识别率较高(The PCA method is used to extract the features of the image, and the training is carried out for a total of 100 faces of 20 people in the training set. The AdaBoost algor
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-07
    • 文件大小:19835904
    • 提供者:王二愣子
  1. AdaBoost

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

    • 发布日期:2020-09-27
    • 文件大小:1024
    • 提供者:MeganLibre
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »
搜珍网 www.dssz.com