搜索资源列表
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
boosting_src
- 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
adaboost
- Now, you ought to implement the AdaBoost.M1 and AdaBoost.M2 algorithms. These algorithms are two versions of the AdaBoost algorithm for handling the Problems with more than two classes. You must first read the paper “Experiments with a New Boosti