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

搜索资源列表

  1. adaboost.rar

    0下载:
  2. 一个最基本的adaboost算法源码(matlab),a basic adaboost algorithom source code (matlab)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:127074
    • 提供者:tanran
  1. adaboost

    0下载:
  2. 两个adaboost算法,代码很短,都有中文注释,第二个代码是第一个的改进。-Two algorithms about adaboost ,the code is very brief,including the Chinese comments. The second one improver better than the first one.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1927
    • 提供者:止水轻扬
  1. code

    0下载:
  2. 多种分类器的代码,代码非常好,希望大家能下载,因为这里面涵盖了haar,adaboost,treelearner,singlestumplearner,constantlearner很多学习方法-Multiple classification code, the code is very good, I hope you can download, as this which covers the haar, adaboost, treelearner, singlestumplearner,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:367839
    • 提供者:xu
  1. adaboost_for_matlab

    0下载:
  2. AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learnin
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6570
    • 提供者:来海锋
  1. adaboostm1code

    1下载:
  2. 这是一篇关于adaboost.m1算法的人脸识别源码,识别率挺高的,读入任意人脸库即可运行,已经过测试-This is a source code of face recognition algorithm on adaboost.m1 .code has been tested ,you can read face database to run
  3. 所属分类:matlab例程

    • 发布日期:2014-03-13
    • 文件大小:1157315
    • 提供者:田晓娜
  1. multiboost-0.71.src.tar

    1下载:
  2. MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同,MultiBoost解决的是多类的分类问题,而并不是把多类转化成二类问题。-MultiBoost is a C++ implementation of the multi-class AdaBoost algorithm. AdaBoost is a powerful meta-learning algorithm commonly used in machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:79872
    • 提供者:周简单
  1. adaboost

    0下载:
  2. 人脸识别,基于MATLAB的一个人脸识别训练样本-recognition of face
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7360170
    • 提供者:tom
  1. multiboost-0.61.src.tar

    0下载:
  2. Adaboost实现,主要用于机器学习的多分类器聚合, 最终形成分类效果逐渐增强的分类器-Adaboost implementation, is mainly used for machine learning, multiple classifier aggregation, the final shape classification results show a gradual increase of the classifier
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:70038
    • 提供者:Shannon Liu
  1. AdaBoost

    2下载:
  2. 步态识别matlab程序代码,adaboost算法完整实现代码。-Gait recognition matlab code, adaboost algorithm is a complete implementation of the code.
  3. 所属分类:matlab例程

    • 发布日期:2017-05-29
    • 文件大小:2898
    • 提供者:ray
  1. adaboost_version1b

    1下载:
  2. 最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解-This a classic AdaBoost implementation, in one single file with easy understandable code. The function consist of two parts a simple weak classifier and a boosting part: The weak classifier tries to find the b
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3969
    • 提供者:wj
  1. HOG

    0下载:
  2. Image descr iptor based on Histogram of Orientated Gradients for gray-level images. This code was developed for the work: O. Ludwig, D. Delgado, V. Goncalves, and U. Nunes, Trainable Classifier-Fusion Schemes: An Application To Pedestrian De
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1894
    • 提供者:Arij
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
  1. adaboost

    0下载:
  2. 用于初学者理解dadboost算法,一个完整的matlab代码。-For beginners to understand dadboost algorithm, a complete matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:6455
    • 提供者:张桥
  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 intelligent algorithm source code, will be repeated if the classifier has been trained strong classifier for the two classification
  3. 所属分类:matlab

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

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

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

    0下载:
  2. 一位同学对adaboost的java实现。Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-adaboost code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:37286
    • 提供者:panshuxin
  1. AdaBoost

    1下载:
  2. matlab Adaboost代码.本代码主要是用来对AdaBoost分类的仿真,提供了一系列的性能分析代码以及比较详细的注释。-matlab AdaBoost code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:650862
    • 提供者:刘迪
  1. Kofsky-AdaBoost-Code(WithTrainData)

    0下载:
  2. 人脸检测代码,用matlab编写而成。方法:adaboost学习器学习法-Face detection code, compiled using matlab. Methods: AdaBoost learning machine learning method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3266537
    • 提供者:刘鹏飞
  1. AdaBoost-master

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

    • 发布日期:2017-12-27
    • 文件大小:10240
    • 提供者:wsh8203
« 12 3 »
搜珍网 www.dssz.com