搜索资源列表
adaboost算法
- adaboost,为boost方法的一种方法,可以实现分类,有弱分类到强分类
人脸检测算法对AdaBoost算法进行了改进
- 2008_bmvc_FaceDetector, 实进人脸检测算法,对AdaBoost算法进行了改进,相比之下,比OPENCV中自带的基于HAAR特征的人脸检测算法更稳定。-2008_bmvc_FaceDetector, really into the face detection algorithm, the AdaBoost algorithm has been improved, compared to the native than OPENCV HAAR feature based fa
adaboost
- adaboost:经典的分类算法,配有相应的论文及程序使用说明-adaboost: classical classification algorithms, with the corresponding papers and procedures for use
adaboost
- Adaboost 算法的示例程序。简单且容易理解。请对照WikiPedia关于Adaboost的介绍阅读。-An example of adaboost algorithm.
adaboost
- 两个adaboost算法,代码很短,都有中文注释,第二个代码是第一个的改进。-Two algorithms about adaboost ,the code is very brief,including the Chinese comments. The second one improver better than the first one.
AdaboostVSsvm
- 一篇关于SVM和adaboost算法对比的文章。分别运用两种方法进行目标识别,比较算法与结果-A comparison on the SVM algorithm and adaboost article. Two methods were used for target identification, comparison algorithm and results
Adaboost-m
- 基于ADABOOST算法的人脸检测matlab程序-the face detection matlab program based on ADABOOST algorithm
Ada_Boost
- adaboost算法,用matlab编写的源程序,希望对大家有帮助-AdaBoost algorithm, prepared by matlab source, in the hope that we have to help
adaboost-Matlab
- 用matlab实现的adaboost分类器算法-Implemented with the matlab adaboost Classifier
12
- 一个关于adaboost算法的matlab程序,对开始接触adaboost研究的人,有实用价值,并且蛮容易上手-AdaBoost algorithm on matlab procedures, AdaBoost study came into contact with people who have practical value, and quite easy to use
GML_AdaBoost_Matlab_Toolbox_0[1].3
- 该文件里面包含了三个AdaBoost算法,使用非常方便-The document which contains three AdaBoost algorithm, is very convenient to use
AdaBoost(original)
- AdaBoost(original),普通的AdaBoost算法的Matlab实现-AdaBoost(original)
AdaBoost
- 步态识别matlab程序代码,adaboost算法完整实现代码。-Gait recognition matlab code, adaboost algorithm is a complete implementation of the code.
adaboost
- adaboost算法详细介绍及matlab编程实现-adaboost algorithm, and matlab programming details
AdaBoost
- 本代码采用了adaboost算法进行仿真进行人脸检测,很好的给出了仿真图。-it uses adaboost to dtecte face. and it shows the pictures.
Adaboost
- Adaboost算法是一类弱分类器,本算法使用adaboost算法实现对于训练数据划分成两个组,然后可以用来进行数据的分类。-Adaboost algorithm is a class of weak classifier, the algorithm uses adaboost algorithm for the training data into two groups, and then can be used for data classification.
adaboost
- adaboost算法的训练和测试代码,简单的实例(The aim of the project is to provide a source of the meta-learning algorithm known as AdaBoost to improve the performance of the user-defined classifiers.)
adaboost
- BOOSTING算法中经典的adaboost算法实例,亲测可用~(BOOSTING algorithm, the classic example of AdaBoost algorithm, pro test can be used ~!)
AdaBoost算法
- 用matlab软件,实现adaboost算法。将数据集划分为训练集和测试集,给训练集的数据贴标签,用训练好的模型来测试测试数据的准确度。(Using Matlab to implement the AdaBoost algorithm. The data set is divided into training set and test set to label the data of the training set, and the accuracy of the test data i
Adaboost
- 用Adaboost实现行人检测中的漏检率,与boosting进行比对。(Using Adaboost to achieve missed detection rate in pedestrian detection, compared with boosting.)