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

搜索资源列表

  1. Adaboost

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

    • 发布日期:2017-04-29
    • 文件大小:10819
    • 提供者:zln
  1. Adaboost

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

    • 发布日期:2017-04-29
    • 文件大小:10686
    • 提供者:zln
  1. adaboost

    0下载:
  2. 这个代码实现了基于树的adaboost算法,在一些简单数据集上表现很好。-This code implements tree based adaboost algorithm, performing well in some simple datasets.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:11739
    • 提供者:杨子辰
  1. adaboost

    0下载:
  2. adaboost算法python代码,用于了解学习adaboost算法-adaboost python source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:13880
    • 提供者:zl
  1. AdaBoost

    0下载:
  2. 用python实现的AdaBoost分类算法,文件是一个ipython notebook,可以直接用ipython/jupyter打开使用。内附简单测试数据集。 程序运行需要numpy库的支持。-An AdaBoost classifier implemented with Python.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2880
    • 提供者:马然
  1. adaboost-face-detect

    1下载:
  2. C实现的基于adaboost算法的人脸检测程序及人脸库-C-based implementation adaboost algorithm face detection process and face
  3. 所属分类:OpenCV

    • 发布日期:2017-06-15
    • 文件大小:23943004
    • 提供者:周鹏
  1. Adaboost-

    0下载:
  2. 在VS环境中,对adaboost算法的实现-In VS environment,adaboost algorithm implementation
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3927185
    • 提供者:Jack
  1. Adaboost

    0下载:
  2. 该Adaboost算法用C++实现的基本Adaboost算法,对于初学Adaboost算法和理解Adaboost算法的学生有一定的帮助!如发现我代码中存在错误或不足,欢迎指正,谢谢!-The basic Adaboost algorithm Adaboost algorithm implemented with C++, Adaboost algorithm for beginners and students understand Adaboost algorithm will certain
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2645
    • 提供者:thinkpadx3
  1. BP-Adaboost

    0下载:
  2. 基于BP-Adaboost强分类器的公司财务预警建模-Financial Early Warning modeling firm based BP-Adaboost strong classifier
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:16827
    • 提供者:ZY
  1. adaboost

    1下载:
  2. Now, you ought to implement the AdaBoost.M1 and AdaBoost.M2 algorithms. These algorithms are two versions of the AdaBoost algorithm for handling the Problems with more than two classes. You must first read the paper “Experiments with a New Boosti
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:431837
    • 提供者:hajar
  1. Adaboost

    0下载:
  2. MATLAB语言的加强学习算法的例程,可以用于学习加强学习算法-Adaboost algorithm routines MATLAB language learning can be used to Adaboost algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:38279
    • 提供者:apple
  1. Adaboost

    0下载:
  2. 用于分类,二类甚至多类。AdaBoost是Boosting的提升,功能非常的显著-For classification, Class II even more. Boosting AdaBoost is lift, which is very significant
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:38602
    • 提供者:杨杨杨教员
  1. adaboost-1

    0下载:
  2. Matlab Adaboost for 2 class which function
  3. 所属分类:WinSock-NDIS

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

    0下载:
  2. 这是关于java 版的adaboost算法,希望对各位有帮助。-This is the AdaBoost algorithm on the Java version, I hope to help you.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:7972
    • 提供者:安佳
  1. Demo-Adaboost-Facial-Expression

    0下载:
  2. 人脸表情识别的一个Demo,采用Gabor滤波器提取特征,用Adaboost算法进行分类-A Demo facial expression recognition using Gabor filter feature extraction using Adaboost algorithm to classify
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7429353
    • 提供者:李铭
  1. AdaBoost-and-Cascade

    0下载:
  2. 基于AdaBoost和Cascade算法的人脸检测-Face detection based on AdaBoost and Cascade algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4545491
    • 提供者:xxjj
  1. Adaboost-eye

    0下载:
  2. 基于Adaboost的人脸检测方法及眼睛定位算法研究-Research on face detection and eye location algorithm based on Adaboost
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4665288
    • 提供者:xxjj
  1. Adaboost

    0下载:
  2. 基于AdaBoost的面部图像男女性别分类-Based on AdaBoost face image male and female sex
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1803011
    • 提供者:姜奥雄
  1. adaboost

    0下载:
  2. 基于神经网络人脸识别之最,adaboost,感兴趣的可以亲测验证这个奇妙的算法-Face recognition based on neural network, adaboost, interested can kiss test pass this wonderful algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9812144
    • 提供者:谢云成
  1. Adaboost

    0下载:
  2. 《视觉机器学习20讲》的配套仿真代码——Adaboost分类算法,可运行,有注释-The visual machine learning about 20 supporting simulation code- Adaboost classification algorithm, can run, with comments
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:38348
    • 提供者:马飞
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 44 »
搜珍网 www.dssz.com