搜索资源列表
adaboost
- 一个简单可行的Adaboost算法
人脸检测算法对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.rar
- 一个最基本的adaboost算法源码(matlab),a basic adaboost algorithom source code (matlab)
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.
Adaboost-m
- 基于ADABOOST算法的人脸检测matlab程序-the face detection matlab program based on ADABOOST algorithm
adaboost
- 用c语言实现的adaboost算法,包括adaboost训练器的构建、训练,预测,可运行,有详细注释。-C language of adaboost algorithms, including the construction of adaboost trainer, training, forecasting, operational, and detailed notes.
AdaBoost
- 采用C语言实现的Adaboost算法,一个很经典的分类器算法-Using C language of the Adaboost algorithm, a classic Classifier
Adaboost
- Adaboost算法的几篇经典文献,具有很高的参考价值。-Adaboost algorithm several classic literature, a high reference value.
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
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 written in MATLAB
weaklearn
- adaboost算法的源码,提供了训练,测试,剖析,评价等功能-This software is a Library for Adaptive Boosting. It provides a generic framework for the study of the Boosting algorithms. The framework provides the different tasks for boosting: Learning, Validation, Test, Pro
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算法。效率没有sklearn高,不过可以作为学习资料(Handwritten AdaBoost algorithm. The efficiency is not sklearn high, but it can be used as learning material)
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