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

搜索资源列表

  1. AdaBoostMHClass

    0下载:
  2. Adaboost的VC++实现,很好的阐述了算法的要点,非常适合初学者学习,是入门的好代码-Adaboost' s VC++ to achieve, a good exposition of the main points of the algorithm is very suitable for beginners to learn, is a good entry code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:822713
    • 提供者:李昕
  1. adaboostgabortraining.kdevelop-0.1.tar

    0下载:
  2. 在linux下,用adaboost做的跟踪算法,有完整的代码,效果很好.-In linux, using adaboost do tracking algorithm, a complete code, works well.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:228478
    • 提供者:陈杰克
  1. Haar

    0下载:
  2. 本文章介绍了如何使用海尔算法与adaboost分类实现快速人脸识别功能.-This article describes how to use the Haar and adaboost algorithm to classificate face fastly.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3806252
    • 提供者:Kaka
  1. ABdemo

    0下载:
  2. matlab下adaboost经典算法程序-Under the classical algorithm matlab program adaboost
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:8303
    • 提供者:李云珂
  1. Matlab_Toolbox_adaboostAlgorithm

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

    • 发布日期:2017-04-02
    • 文件大小:114306
    • 提供者:朱颜
  1. base-Adaboostface-detectpaper

    0下载:
  2. 基于adaboost 的人脸检测算法研究,论文来的 里面用到opencv的相关库-base Adaboostface detectpaper using opencv
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1035244
    • 提供者:毛渝南
  1. boosting_src

    0下载:
  2. Boosting中的AdaBoost.M1算法在文本分类中的应用实现。使用ICTCLAS用于中文分词,弱分类器使用Naive Bayes。程序参数使用配置文件的格式。-Application of text classification using AdaBoost.M1. Use ICTCLAS tool in Chinese segment, and use Naive Bayes as the weak classifier. use the config file as the para
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4137477
    • 提供者:彭卫华
  1. Face-detection-LBP

    0下载:
  2. 针对LBP的人脸检测算法的文章3篇,区别于adaboost的人脸检测算法,opencv有相应的训练数据库。-For three of the articles of the LBP face detection algorithm, the face detection algorithm is different from adaboost, opencv training database.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1721236
    • 提供者:
  1. AdaBoostToolbox_v0.4

    0下载:
  2. 机器学习算法adaboost的一个新版本,相比以前的0.3版,修正了几个BUG。-A new version of adaboost in machine learning algorithms.Compared of the previous version, some bugs are modified.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:113097
    • 提供者:dbg
  1. adarank

    0下载:
  2. adarank算法的相关论文,adaboost+rank,学习排序-adarank paper
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:299396
    • 提供者:madjjyy
  1. AdaBoostKalman

    0下载:
  2. 基于AdaBoost和Kalman算法的人眼检测与跟踪-Eye detection and tracking based on AdaBoost and the Kalman algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:470338
    • 提供者:linkpjc
  1. BP_Adaboost

    2下载:
  2. 根据BP神经网络和Adaboost原理,在MATLAB中编程实现基于BP_Adaboost算法的公司财务预警建模-According to the BP neural network and Adaboost principle, early warning modeling the company s financial based on BP_Adaboost algorithm in MATLAB programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:60642
    • 提供者:阿俊
  1. top_ten_classical_algorithm

    0下载:
  2. 机器学习中十大经典算法,其中包括adaboost、pagerank、EM等算法,希望对研究机器学习的朋友有帮助-Machine learning in the top ten classical algorithm, including adaboost, pagerank, the EM algorithm, friend of machine learning
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4910309
    • 提供者:我心飞翔
  1. 10-da--suanfa

    0下载:
  2. 讲述了最著名的十大数据挖掘算法,经典资料,国际权威的学术组织the IEEE International Conference on Data Mining (ICDM) 2006年12月评选出了数据挖掘领域的十大经典算法:C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART.-About the top ten most famous data mining algorithms, the
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:57531
    • 提供者:吴贵锋
  1. Aada_20--1d

    0下载:
  2. Adaboost ,一个非常受欢迎的机器学习算法法。用MATLAB实现。,可以直接使用。 -Adaboost, a very popular machine learning algorithm method. With MATLAB. Can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:980273
    • 提供者:
  1. saaddaboosto

    0下载:
  2. adaboost分类器源代码addaboost人脸检测matlab算法 -the adaboost classifier source code addaboost face detection matlab algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:55441
    • 提供者:夏妮
  1. DRapidobjectde

    0下载:
  2. 详细介绍了基于adaboost的人脸检测算法,是adaaboost用于图像检测的经典文档, -The details of the face detection algorithm based on adaboost classic document is adaaboost for image detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:837717
    • 提供者:weijunyan002
  1. dataming

    0下载:
  2. 介绍数据挖掘的10种主要算法及其应用 一种透过数理模式来分析企业内储存的大量资料,以找出不同的客户或市场划分,分析出消费者喜好和行为的方法。 -Top 10 algorithms in data mining his paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:633846
    • 提供者:andyzygg
  1. SMOTEBoost

    0下载:
  2. 分类非平衡数据的SMOTEboost算法-This code implements SMOTEBoost. SMOTEBoost is an algorithm to handle class imbalance problem in data with discrete class labels. It uses a combination of SMOTE and the standard boosting procedure AdaBoost to better model t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-10-31
    • 文件大小:5633645
    • 提供者:贾建华
  1. Neural-network-boosting-algorithm

    0下载:
  2. 提出了基于争议度修改权值的算法 ERstd-AdaBoost,提出了逆向权值分布策略的改 进算法 IB+。-Modify the weights based on the controversial degrees algorithms ERstd-AdaBoost, the the reverse weight distribution strategy improvement algorithm IB+.
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:2975981
    • 提供者:QQ
« 1 2 ... 15 16 17 18 19 2021 22 »
搜珍网 www.dssz.com