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

搜索资源列表

  1. Adaboost

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

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

    0下载:
  2. Adaboost face detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7796
    • 提供者:范振印
  1. adaboost

    0下载:
  2. adaboost人脸识别matlab程序,包含多个方法文件-adaboost face recognition matlab program, the file contains more than one method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2720
    • 提供者:Lura
  1. adaboost

    1下载:
  2. AdaBoost元算法属于boosting系统融合方法中最流行的一种,说白了就是一种串行训练并且最后加权累加的系统融合方法。 具体的流程是:每一个训练样例都赋予相同的权重,并且权重满足归一化,经过第一个分类器分类之后, 计算第一个分类器的权重alpha值,并且更新每一个训练样例的权重,然后再进行第二个分类器的训练,相同的方法....... 直到错误率为0或者达到指定的训练轮数,其中最后预测的标签计算是各系统*alpha的加权和,然后sign(预测值)。 可以看出,训练流程是串行的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2501
    • 提供者:iihaozl
  1. adaboost

    0下载:
  2. Face Detection using Adaboost. For Beginner Very Easy code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:inho
  1. adaboost-algorithm

    0下载:
  2. adaboost算法原理,详细讲述了算法过程,学习的好资料。-adaboost algorithm theory , detailed account of the algorithm process , learning good information .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1743149
    • 提供者:简川霞
  1. Adaboost

    0下载:
  2. 这是基于java的Adaboost人脸检测文件-This is the Adaboost face detection java-based file
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:41343
    • 提供者:小Q
  1. adaboost

    0下载:
  2. c++环境下实现adaboost算法的基本代码,适合新手学习使用。-under c++ environment to achieve the basic code adaboost algorithm, suitable for novice to learn to use.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1703
    • 提供者:zhuke
  1. adaboost

    0下载:
  2. 数据挖掘 adaboost算法 java 实现分类问题回归问题 处理离散变量。连续变量-Data mining java adaboost algorithms Deal with regression, classification Handling discrete variables, continuous variables
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5615
    • 提供者:xiangdengrong
  1. adaboost

    0下载:
  2. 机器学习算法,利用adaboost元算法提高分类性能,处理非均衡分类问题-Machine learning algorithm, using adaboost element algorithm to improve the classification performance, handling classification problems disequilibrium
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2170
    • 提供者:王铭航
  1. adaboost

    0下载:
  2. matlab code with adaboost algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6340
    • 提供者:marlene
  1. Adaboost

    0下载:
  2. matlab代码,用来实现adaboost算法的代码,具体的该算法的实现还需要进行一些细节的修改,确保程序的正确运行。-matlab achieve adaboost funtion
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3607
    • 提供者:likai
  1. adaboost

    0下载:
  2. 基于bp-adaboost的强分类器设计 -公司财务预警建模-Based bp-adaboost strong classifier design modeling - Financial Crisis Warning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:60367
    • 提供者:weiyulu
  1. adaboost

    0下载:
  2. 自己写的adaboost,用于车辆检测等物体检测-adaboost algorithm,used for car and people detect
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8420
    • 提供者:zhang
  1. AdaBoost-Stump

    0下载:
  2. Adaboost的C++实现,编译成DLL工程,可直接调用,欢迎交流-Adaboost C++ implementation, compiled into a DLL project, can be called directly, welcomed the exchange of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1185568
    • 提供者:solin
  1. TenFold-adaboost

    0下载:
  2. adaboost算法,采用十折分析法对参数进行优化,弱学习方法是BP神经网络-Ten fold methed on BP-adaboost
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1681
    • 提供者:kurt
  1. AdaBoost

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

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

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-Adaboost is an iterative algorithm, the core idea is the same training set for training different classifiers (weak classifiers), then these weak classifiers together to f
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2875
    • 提供者:黑色地位
  1. adaboost

    0下载:
  2. 如何编写adaboost学习器及其主程序。作用为图像的人脸检测-It is about how to find a face of a person in a picture using adaboost and it is written by matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:277340
    • 提供者:刘鹏飞
  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 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 44 »
搜珍网 www.dssz.com