搜索结果
找到约 92 项符合
AdaBoost 的查询结果
按分类筛选
人工智能/神经网络 AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a s
AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a strong learner. Besides pattern classification, it also can be applied into feature selection. This document explains the use of AdaBoost.
其他 许多与adaboost相关的资料,基本都是PPT,可以了解原理
许多与adaboost相关的资料,基本都是PPT,可以了解原理
软件设计/软件工程 AdaBoost算法中寻找最优阈值分类器的代码优化.htm
AdaBoost算法中寻找最优阈值分类器的代码优化.htm
matlab例程 AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yo
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 learning (classification) algorithm with AdaBoost. A demo fi ...
人工智能/神经网络 AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yo
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
人工智能/神经网络 几篇关于人脸检测和识别方面的文章 基于adaboost方法
几篇关于人脸检测和识别方面的文章 基于adaboost方法
技术资料 使用matlab编程的,行人检测的adaboost分类器的数据
使用matlab编程的,行人检测的adaboost分类器的数据
技术资料 期刊论文:结合Gabor特征与Adaboost的人脸表情识别
·期刊论文:结合Gabor特征与Adaboost的人脸表情识别
行业发展研究 这里是关于图像处理之机器学习方面的资料--AdaBoost
这里是关于图像处理之机器学习方面的资料--AdaBoost,自适应boosting.
非常经典的资料
人工智能/神经网络 这是目前网上所能找到的最全面的adaboost的C++算法
这是目前网上所能找到的最全面的adaboost的C++算法,但是需要自己训练的数据