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

搜索资源列表

  1. AdaBoost

    0下载:
  2. Adaboost算法Java实现,一个小的加强二分类的例子,代码清晰明了,适合初学者-Adaboost algorithm implemented in Java, a small example of the strengthening of two classification code clarity, suitable for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:7841
    • 提供者:xzw
  1. Kofsky-Code-Orange

    0下载:
  2. 人脸检测,matlab源码,适合初学者使用,包括Adaboost及Haar-like特征提取-face detectiom
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:262093
    • 提供者:苏放弃
  1. AdaBoost-train-code

    1下载:
  2. 经典的Adaboost分类器训练过程详细的matlab代码解释,对做模式识别的人很有用-Classic Adaboost classifier training process explained in detail matlab code, to do pattern recognition is useful
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:96562
    • 提供者:伦格
  1. Code

    0下载:
  2. SVM、Adaboost、K-Means 分类算法的实现,有助于理解分类算法的原理。-SVM, Adaboost, K-Means classification algorithm, helps to understand the principles of classification algorithms.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:498927
    • 提供者:zhao
  1. Adaboost-(1)

    0下载:
  2. Adaboost算法的matlab代码,用于演示很不错-Adaboost algorithm matlab code for presentation was very good
  3. 所属分类:Other windows programs

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

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

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:inho
  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. matlab code with adaboost algorithm
  3. 所属分类:Other systems

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

    0下载:
  2. adaboost code for training and testing see instructions inside
  3. 所属分类:Compress-Decompress algrithms

  1. AdaBoost

    0下载:
  2. 加强树算法的一个实例,最后取得了很好的分类结果,便于推广,分类器的代码可以根据实际进行更改。-Strengthen an instance tree algorithm, finally achieved good classification results, easy to promote, classification code can actually make changes.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:8891
    • 提供者:张雨萌
  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. 该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. code

    0下载:
  2. 模式识别,包括从数据录入,one against rest, one against the other 比较方式下的 relax batch algorithm selection 和 adaboost 等.-pattern recognition, including data load, batch selection and correspondent adaboost scr ipts, also the training data include one against rest,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3392
    • 提供者:浅笑
  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. adaboost

    0下载:
  2. 一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值-this is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is valuable for application
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:7550261
    • 提供者:去额
  1. python-code-for-Machine-learning

    2下载:
  2. 用于机器学习的全方位python代码,包括K-近邻算法、决策树、朴素贝叶斯、Logistic 回归 、支持向量机、利用 AdaBoost 元算法提高分类性能、预测数值型数据:回归、树回归、利用 K-均值聚类算法对未标注数据分组、使用 Apriori 算法进行关联分析、使用 FP-growth 算法来高效分析频繁项集、利用 PCA 来简化数据、利用 SVD 简化数据、大数据与 MapReduce-The full range of python code for machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:546302
    • 提供者:杨宇
  1. Adaboost-FaceDetection-master

    3下载:
  2. 用于人脸检测的haar+adaboost matlab的代码-For face detection haar+adaboost matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:76170240
    • 提供者:李卓
  1. RandomForest_AdaBoost-master

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

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

    1下载:
  2. Code of optimal threshold optimization Gentle adaboost
  3. 所属分类:其他

    • 发布日期:2020-02-25
    • 文件大小:109568
    • 提供者:diora
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com