-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
EE
基于最大似然函数算法的MATLAB仿真程序(failed to translate)
- 2013-05-07 23:14:52下载
- 积分:1
-
ChaosToolbox2p0_trial
说明: 混沌工具箱(matlab):
产生混沌时间序列
求时延(delay time)
求嵌入维(embedding dimension)
求关联维(correlation dimension)
等等.....
- 2010-03-30 00:18:58下载
- 积分:1
-
kmeans
k means is a clustering program for partition and distinguishing a group of observation and recognition
- 2013-04-07 17:36:38下载
- 积分:1
-
EQCtl
说明: 使用软件的实现EQ均衡器算法,可以调节多段EQ(The realization of the use of software EQ EQ algorithm can adjust the multi-segment EQ)
- 2008-10-16 10:38:02下载
- 积分:1
-
fliter
说明: 电力变压器局部放电在线检测中窄带干扰滤波方法(Power Transformer Partial Discharge Detection in the narrow band interference filter)
- 2011-03-21 10:02:43下载
- 积分:1
-
CODE-FIX
ARRUAM CODIGO NO VISUAL BASIC
- 2014-08-20 00:54:03下载
- 积分:1
-
Accuracy-valuation-for-Matlab
包括 基于MATLAB7.0 的NE(拉稀系数) RMSE MSE R2 等评价指标的计算编程程序(Including computing programming procedures of the NE, (diarrhea coefficient), RMSE, MSE and R2 .etc.based the MATLAB7.0)
- 2012-09-03 03:39:11下载
- 积分:1
-
Kalman-filtering
kalman滤波方面的书籍,是一本经典的书籍。详细讲述了各种方法及组合滤波方法(kalman filter books, is a classic book. Detail the various methods and composition of the filter)
- 2010-12-23 19:47:24下载
- 积分:1
-
DEVIL
没有什么好的程序,就是一个简简单单的8数码(No good program, that is simply one of the eight digital)
- 2009-12-25 10:56:41下载
- 积分:1