-
LSSVM
最小二乘支持向量机,程序粘到command window里,设定 2 两个参数,可以更改,以达到最优化(igam=0.001
isig2=0.001
[gam,sig2]=tunelssvm({X,Y, f ,igam,isig2, RBF_kernel },...
[0.001 0.001 10000 10000], gridsearch ,{}, leaveoneout_lssvm )
type= function approximation
kernel= RBF_kernel
model=initlssvm(X,Y,type,gam,sig2,kernel)
model
model=trainlssvm(model)
Yt=simlssvm(model,Xt) )
- 2015-12-27 11:05:14下载
- 积分:1
-
juleifenxi
说明: Matlab数理统计方面的图书源码聚类分析,希望对您有用(Matlab mathematical statistics, cluster analysis of source books, I hope useful for you)
- 2011-03-27 15:45:00下载
- 积分:1
-
Assignment-3_12335-(1)
The principle of Huffman coding is (roughly) to replace symbols in the original data (in your case the value of each pixel of the image) by a numeric code that is attributed according to the probability of the symbol. The most probable (i.e. the most common) symbol will be replaced by shorter codes in order to realize a compression of the data.
- 2013-05-16 04:42:46下载
- 积分:1
-
SRUKF
利用无迹卡尔曼滤波的平方根形式做的一个简单例子(A sample case of using SRUKF to find the true value)
- 2019-05-02 21:47:12下载
- 积分:1
-
04295003
i want the program code for this paper. please try for this
- 2009-05-29 23:29:51下载
- 积分:1
-
GA_BP
用遗传算法解决最短路径优化TSP问题(附matlab源程序.txt)(The solvelution of the shortest path optimization problem TSP by using genetic algorithms)
- 2014-09-19 21:06:12下载
- 积分:1
-
MATLAB_GUI
matlab 新手学习资料,主要讲的是开发GUI(this basic document is for learning MatLab GUI, suitable for the fresh.)
- 2012-05-01 12:02:08下载
- 积分:1
-
chap5_02_PP_STC
极点配置间接自校正控制
在实际通信系统仿真过程中非常有用(Poles from indirect calibration control
In the actual communication system simulation process is very useful)
- 2012-01-10 11:42:56下载
- 积分:1
-
PID_Demo_for_MATLAB7
pid demostration for contionous time sysytem
- 2010-07-20 16:55:10下载
- 积分:1
-
matlab_code_for_moblie_model
常用信道的实现原程序代码,可以用于通信系统性能的评估.(Original Program of the common channel)
- 2009-03-06 18:08:53下载
- 积分:1