-
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
-
mytry_02
程序控制编程实例24 如何设计多层嵌套异常捕获错误(Programming examples of process control 24 how to design multi-layer nested Exception Catching errors)
- 2007-11-13 21:17:59下载
- 积分:1
-
wavelet
基于小波变换的mallat算法,用于检测信号的奇异性,实现励磁涌流的鉴别(Based the wavelet transform mallat algorithm for detection signal singularity inrush current identification)
- 2012-12-19 19:24:31下载
- 积分:1
-
tqjs
说明: 实现大地测量学中,椭球参数解算。(包括正解和反解)(Achieve geodesy, the ellipsoid parameters solver. (Including the positive solution and counter-solution))
- 2010-03-30 22:11:08下载
- 积分:1
-
VBMatlab
:VB与Matlab混合编程方法,通过建立VB与Matlab间的ActiveX连接,实现VB应用程序中调用Matlab,
建立与Matlab ActiveX服务器的连接。该方法通过利用ActiveX技术、应用DDE与Matlab通讯、使用MatrixVB、
生成执行文件、编译动态链接库等步骤实现(: VB and Matlab programming mix, VB and Matlab through the establishment of connection between the ActiveX, VB application, call the realization of Matlab, the establishment and Matlab ActiveX server. The method is through the use of ActiveX technologies, applications and Matlab DDE communication, the use of MatrixVB, generated executable file, compiled dynamic link libraries and other steps to achieve)
- 2011-05-05 13:12:27下载
- 积分:1
-
mJPEGzipa
matlab编程实现现JPEG的压缩和编码
(matlab programming now JPEG compression and coding)
- 2012-09-15 14:17:53下载
- 积分:1
-
wave
说明: 计算有义波高的程序 船舶水动力学方面 是比较专业的程序(Significant wave height calculation procedure for ship hydrodynamic aspects of the program more professional)
- 2011-02-25 21:09:52下载
- 积分:1
-
Image-evaluation-
Image evaluation (mean, clarity, information entropy, standard deviation)
- 2013-11-19 14:51:19下载
- 积分:1
-
w_ipp-sample-jpeg_p_5.0.010
intel的ipp性能库sample code,提供了加速的静态图象处理示例,充分显示了ipp在多核平台下的性能优势(intel performance of ipp library sample code, provided the acceleration of static image processing example, it shows that in multi-core platform ipp performance advantages)
- 2007-08-29 11:12:54下载
- 积分:1
-
power-flow
网络的三相计算机潮流案例,基于MATLAB 的计算机潮流及其可视化(Three-phase current case computer networks, computer-based trend MATLAB and Visualization)
- 2015-05-29 12:57:53下载
- 积分:1