% AdaBoost on 3D Gesture Recognition
% By Jia Sheng for CSC2515 Machine Learning course project
% 2003-12
File Description:
'adaboost.m' AdaBoost algorithm for 2-class classification
'adaboostM1.m' AdaBoost.M1 algorithm for multi-class classification
'adaboostM1_revise1.m' Revise 1 to AdaBoost.M1 by setting the highest weights 0
'adaboostM1_revise2.m' Revise 2 to AdaBoost.M1 by setting the highest weights to mean of weights
'addnoise.m' Function to add random noises in the training data
'knn.m' 1-Nearest Neighbour algorithm
'lda_tr.m' Training of LDA algorithm
'lda_ts.m' Testing of LDA algorithm
'nb_tr.m' Training of NaiveBayes algorithm
'nb_ts.m' Testing of NaiveBayes algorithm
'normalize.m' Normorlization of training data to make it lie within [0,1] in each dimension
'readfeature.m' Function of reading feature from files
'resample.m' Function of resampling in AdaBoost algorithm
'split.m' Function of spliting data to training and testing sets
Data Description
'angle.dat' Data of 'Angle' gesture
'circle.dat' Data of 'Circle' gesture
'cross.dat' Data of 'Cross' gesture
'line.dat' Data of 'Line' gesture
'rec.dat' Data of 'Rectangle' gesture
'tri.dat' Data of 'Triangle' gesture
Batch File Description
'exp1.m' Experiments of AdaBoost.M1 on original data of three base classifiers
'exp2.m' Experiments of AdaBoost.M1 on noisy data of three base classifiers
'exp3.m' Experiments of showing the weights distributions
'exp4.m' Experiments of comparing AdaBoost.M1 and Revise 1
'exp5.m' Experiments of comparing AdaBoost.M1 and Revise 1 and 2
没有合适的资源?快使用搜索试试~ 我知道了~
基于MATLAB实现的adboost分类器 用于训练样本 实现分类+使用说明文档.rar
共236个文件
m:184个
root:5个
repository:5个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 115 浏览量
2024-05-22
16:23:35
上传
评论
收藏 7.02MB RAR 举报
温馨提示
CSDN IT狂飙上传的代码均可运行,功能ok的情况下才上传的,直接替换数据即可使用,小白也能轻松上手 【资源说明】 基于MATLAB实现的adboost分类器 用于训练样本 实现分类+使用说明文档.rar 1、代码压缩包内容 主函数:main.m; 调用函数:其他m文件;无需运行 运行结果效果图; 2、代码运行版本 Matlab 2020b;若运行有误,根据提示GPT修改;若不会,私信博主(问题描述要详细); 3、运行操作步骤 步骤一:将所有文件放到Matlab的当前文件夹中; 步骤二:双击打开main.m文件; 步骤三:点击运行,等程序运行完得到结果; 4、仿真咨询 如需其他服务,可后台私信博主; 4.1 期刊或参考文献复现 4.2 Matlab程序定制 4.3 科研合作 功率谱估计: 故障诊断分析: 雷达通信:雷达LFM、MIMO、成像、定位、干扰、检测、信号分析、脉冲压缩 滤波估计:SOC估计 目标定位:WSN定位、滤波跟踪、目标定位 生物电信号:肌电信号EMG、脑电信号EEG、心电信号ECG 通信系统:DOA估计、编码译码、变分模态分解、管道泄漏、滤波器、数字信号处理+传输+分析+去噪、数字信号调制、误码率、信号估计、DTMF、信号检测识别融合、LEACH协议、信号检测、水声通信 5、欢迎下载,沟通交流,互相学习,共同进步!
资源推荐
资源详情
资源评论
收起资源包目录
基于MATLAB实现的adboost分类器 用于训练样本 实现分类+使用说明文档.rar (236个子文件)
data.asv 3KB
cross.dat 34KB
rec.dat 34KB
tri.dat 34KB
circle.dat 34KB
line.dat 34KB
clustknb_new_w.dll 52KB
rbfgrad_w.dll 48KB
ls_solve_w.dll 48KB
design_rbf.dll 40KB
Entries 1015B
Entries 757B
Entries 685B
Entries 82B
Entries 82B
adaboostM1_revise2.m 8KB
adaboostM1_revise1.m 8KB
adaboostM1.m 8KB
adaboost.m 7KB
fmin.m 4KB
fmin.m 4KB
adaboost_train.m 4KB
data.m 3KB
get_class_errors_step.m 3KB
exp1.m 3KB
do_learn.m 2KB
do_learn.m 2KB
sample_adaboost_reg.m 2KB
brent.m 2KB
exp2.m 2KB
sample_rbf_classif.m 2KB
standardize.m 2KB
sample_rbf_regr.m 2KB
calc_output_steps.m 2KB
mnbrak.m 2KB
get_class_errors.m 2KB
update.m 2KB
main.m 2KB
display.m 2KB
rbf_net_w.m 2KB
lda_tr.m 2KB
adabooster_regul.m 2KB
calc_output_step.m 1KB
nb_tr.m 1KB
exp3.m 1KB
subsasgn.m 1KB
comp_weight.m 1KB
subsref.m 1KB
nb_ts.m 1KB
comp_weight.m 1KB
subsref.m 1KB
rbfp2m.m 1KB
subsasgn.m 1KB
subsasgn.m 1KB
resample.m 1KB
subsref.m 1KB
split_train.m 1KB
calc_output.m 1KB
adabooster.m 1KB
booster_base.m 1KB
get_output.m 1KB
mytest.m 1KB
get_mse.m 1KB
calc_output.m 1KB
exp5.m 1KB
optimize.m 1KB
do_learn.m 1KB
thresh.m 1KB
get_output.m 1KB
readfeature.m 974B
debug_test.m 972B
grad_func.m 962B
data_w.m 962B
equal.m 960B
finish_learn.m 934B
learner.m 930B
data_partition.m 926B
split.m 922B
normalize.m 905B
calc_weights.m 848B
clustknb_new_w.m 834B
consistent.m 830B
exp4.m 819B
lda_ts.m 817B
design_rbf.m 789B
normalize.m 768B
set_train.m 762B
get_nsname.m 741B
eva_stump.m 725B
report.m 715B
err_func.m 713B
reduce.m 679B
rbfm2p.m 675B
assert.m 660B
assert.m 660B
assert.m 660B
linmin.m 657B
mse_w.m 654B
mk_tempdata.m 651B
rbfgrad_w.m 647B
共 236 条
- 1
- 2
- 3
资源评论
IT狂飙
- 粉丝: 4825
- 资源: 2653
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 包含约100万条由BELLE项目生成的中文指令数据
- BIP集成NC65预算
- 包含约50万条由BELLE项目生成的中文指令数据
- 完整的交叉编译好支持xcb的qt库(qt5.15.2、arm64、xcb、no-opengl)
- 包含约40万条由BELLE项目生成的个性化角色对话数据,包含角色介绍
- YOLOv8 使用 TensorRT 加速!.zip
- YOLOv8 使用 DeepSORT 对象跟踪进行分割(ID + 轨迹).zip
- YOLOv5系列多主干(TPH-YOLOv5、Ghostnet、ShuffleNetv2、Mobilenetv3Small、EfficientNetLite、PP-LCNet、SwinTran.zip
- STM32小实验:使用双轴摇杆控制舵机云台
- Yolov5+SlowFast基于PytorchVideo的实时动作检测.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功