-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
image-segment
这是用ELM(极限学习机)做的关于图像识别的分类实验,有数据,有程序,有训练时间,测试时间和精度(It is used ELM (Extreme Learning Machine) to do experiments on the classification of image recognition, has data, procedures, training time, test time and accuracy)
- 2014-10-24 22:00:14下载
- 积分:1
-
CMMB_RS
CMMB中的RS(240,224)编码及字节交织的matlab仿真,(CMMB RS(240,224) encoding and interleaving Matlab simulation)
- 2010-08-11 17:04:04下载
- 积分:1
-
yilei
基于2D和红外的异类传感器的数据融合算法,滤波器选用EKF扩展卡尔曼滤波(Based on the heterogeneous 2D and infrared sensor data fusion algorithm, filter selection EKF extended Kalman filter)
- 2007-10-26 21:32:54下载
- 积分:1
-
k-means
kmeans的程序,用欧式距离对80个对象进行分类(a kind of procedure ralated to the algorithm of Kmeans )
- 2011-08-08 10:27:58下载
- 积分:1
-
matlab_pmsg-wind
matlab simulink model for pmsg wind ready model....
- 2015-02-14 14:44:51下载
- 积分:1
-
jisuanqi_v2
功能较全面的计算器,除了简单的四则运算之外,还增加了三角函数、幂函数和对数函数,另外还增加了shift功能键,可以用来计算反三角函数。使用方法:使用前将.m和.fig文件放到matlab工作目录下(本人R2013放到bin文件夹下)(More comprehensive calculator function, in addition to simple arithmetic, but also increased the trigonometric, exponential function and logarithmic functions, in addition to increasing the shift function keys can be used to calculate the inverse trigonometric functions. Usage: Before using the m and fig files into the matlab working directory (I R2013 into bin folder))
- 2013-12-18 19:43:05下载
- 积分:1
-
gabor_face
this code implement a new face recognition method
- 2010-10-27 17:28:28下载
- 积分:1
-
huise_jiaquan
加权灰色GM(1,1)模型代码,需要调用搜索工具箱(Weighted Grey GM (1,1) model code, call the search Toolbox)
- 2011-05-13 23:42:37下载
- 积分:1
-
arnoldim_mine
计算大型矩阵重启动的arnoldi的matlab 程序。(large matrix calculations restart of the Matlab arnoldi procedures.)
- 2007-01-01 16:31:57下载
- 积分:1