1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合 2、工具箱:OSU_SVM3.00 Classification_OSU_SVM.m - 多类分类 3、工具箱:stprtool\svm Classification_stprtool.m - 多类分类 4、工具箱:SVM_SteveGunn Classification_SVM_SteveGunn.m - 二类分类 Regression_SVM_SteveGunn.m - 函数拟合
标签: Classification_LS_SVMlab Regression_LS_SVMlab LS_SVMlab OSU_SVM
上传时间: 2014-01-20
上传用户:CHINA526
GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序运行结果目录。
上传时间: 2015-08-26
上传用户:洛木卓
基于PN序列的同步仿真链路(simulink+m files),收端算法为接受序列与本地序列求滑动相关。
上传时间: 2015-08-26
上传用户:kr770906
MIMO多径瑞利信道下的迫零+串行干扰抵消+自适应功率分配预编码算法仿真链路(simulink+m files)
上传时间: 2015-08-26
上传用户:woshiayin
电磁兼容 试验和测量技术 射频电磁场辐射康扰度试验 国家标准:GB/T 17626.3-1998
上传时间: 2015-08-27
上传用户:dave520l
% binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n and m with m<=n, compute the % binomial coefficient n choose m.
标签: nonnegative mathworks binomial Raytheon
上传时间: 2015-08-27
上传用户:mhp0114
zarlink Dvb-t demod + tuner datasceet
标签: datasceet zarlink Dvb-t demod
上传时间: 2013-12-30
上传用户:wxhwjf
Dm9000 100base/t network datasceet
标签: datasceet network 9000 base
上传时间: 2015-08-27
上传用户:dave520l
包含6个*.m文件,分别是adline网络,bp网络,hopfiled网络,字符识别,学习速度自适应,和增强型lms算法的六个仿真算法程序,真是我的珍藏,这次全抖出来了。
标签:
上传时间: 2013-12-23
上传用户:asasasas
Procedure TSPSA: begin init-of-T { T为初始温度} S={1,……,n} {S为初始值} termination=false while termination=false begin for i=1 to L do begin generate(S′form S) { 从当前回路S产生新回路S′} Δt:=f(S′))-f(S) {f(S)为路径总长} IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1]) S=S′ IF the-halt-condition-is-TRUE THEN termination=true End T_lower End End
标签: Procedure init-of-T TSPSA begin
上传时间: 2013-12-20
上传用户:shinesyh