搜索资源列表
3AdaBoost
- adaboost分类器源代码,由若干弱分类器进行组合-adaboost classifier source code, a number of weak classifier combination
NewFprDemo
- 视频人脸检测与建模识别的演示程序,对AdaBoost和EHMM方法进行了改进,可用于人脸识别考勤和生物门禁系统。
GML_AdaBoost_Matlab_Toolbox_0.3
- adaboost是语音识别分类器设计的最好方法,目前在识别分类方面进行了应用-AdaBoost is a voice recognition classifier design the best way, the current classification in identifying aspects of the application
adaboost
- Algoritmo de implementaci贸n de adaboost en el lenguage matlab-Algoritmo de implementaci贸n de adaboost en el lenguage matlab
AdaBoost_RandomForest_4
- adaboost code in matlab
adaboost
- 简单易上手的adaboost VC++实现!
haar_src
- adaboost algorithm used for face detection
cvhaar
- Adaboost算法的VC代码,本人已经做过测试,简单一用。-Adaboost algorithm VC code, I have been tested, simple.
Adaboost
- matlab代码,用来实现adaboost算法的代码,具体的该算法的实现还需要进行一些细节的修改,确保程序的正确运行。-matlab achieve adaboost funtion
pima-indians-diabetes
- This is kfold algorithm fo adaboost
ada_boost
- adaboost算法是数据挖掘的其中之一,希望可以帮助到更多人。-adaboost algorithm is one of data mining, hope to help more people.
codes-matlab
- this codes is Source code for face detection of viola paper.of its Features is: Feature Computation: The “Integral” image representation Feature Selection: The AdaBoost training algorithm . Real-timeliness: A cascade of classifiers.-this code
resample
- Resample dataset for learning with adaboost/boosting
mechine-learning
- 本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。 全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统
ada
- Demo of adaBoost (adaptive boosting) Xu Cui 2009/05/12 clear training data (1000 samples, 2 dimensions, can be seen as 1000 people, each people have 2 variable: weight and age) data = randn(1000,2) 1000 number (x,y) 2d label