首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > adaboost matlab 程序

adaboost matlab 程序

  • 资源大小:4.03 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab

资 源 简 介

Description This a classic AdaBoost implementation, in one single file with easy understandable code. The function consist of two parts a simple weak classifier and a boosting part:  The weak classifier tries to find the best threshold in one of the data dimensions to separate the data into two classes -1 and 1  The boosting part calls the classifier iteratively, after every classification step it changes the weights of miss-classified examples. This creates a cascade of "weak classifiers" which behaves like a "strong classifier"  .  Training mode:    [estimateclass,model]=adaboost("train",datafeatures,dataclass,itt)  Apply mode:   estimateclass=adaboost("apply",datafeatures,model)     inputs/outputs:     datafeatures : An Array with size number_samples x number_features     dataclass : An a

文 件 列 表

adaboost.m
example.m
license.txt
VIP VIP
0.169942s