搜索资源列表
adaboost算法
- adaboost,为boost方法的一种方法,可以实现分类,有弱分类到强分类
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.
AdaBoost
- 使用MATLAB 编程实现的自适应增强分类器的一个具体实例,内含具体程序,并已调试成功-Adaptive Programming using MATLAB enhanced classifier to a specific case that contains specific procedures, and has been successful commissioning
Adaboost-m
- 基于ADABOOST算法的人脸检测matlab程序-the face detection matlab program based on ADABOOST algorithm
adaboost_for_matlab
- AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learnin
adaboostm1code
- 这是一篇关于adaboost.m1算法的人脸识别源码,识别率挺高的,读入任意人脸库即可运行,已经过测试-This is a source code of face recognition algorithm on adaboost.m1 .code has been tested ,you can read face database to run
adaboost-Matlab
- 用matlab实现的adaboost分类器算法-Implemented with the matlab adaboost Classifier
GML-AdaBoost-Matlab
- GML AdaBoost Matlab 工具箱,有详细的说明文档,脚本,用例-GML AdaBoost Matlab Toolbox-GML AdaBoost Matlab Toolbox, detailed documentation, the scr ipt, use case-GML AdaBoost Matlab Toolbox
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
- 人脸识别,基于MATLAB的一个人脸识别训练样本-recognition of face
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-detection
- 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
adaboost
- 采用matlab实现了Adaboost分类器算法,有利于学生对分类器的学习!-The function of this code is to implement the Adaboost algorithm using matlab programming language,which is very useful to learn of all kinds of classifier for students, especially for beginners.
adaboost
- adaboost matlab程序 大家可以自己调试看看 欢迎相互学习-adaboost matlab program we can learn from their own debug to see welcome
adaboost
- 关于ababoost的matlab源代码。-the source code of matlab about adaboost algorithm。
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