-
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
-
51354069calculator
计算器,实现了常规的所有计算功能,很好用的(Calculator, to achieve all the computing power of a conventional, well used)
- 2013-12-08 21:10:53下载
- 积分:1
-
51_ustart
使用C语言代码51单片机的串口仿真实现,意识到C被用来模拟串口的功能
(Using C language code of the serial port of 51 single-chip microcomputer simulation implementation, realized how C was used to simulate the function of the serial port
)
- 2017-05-11 21:22:31下载
- 积分:1
-
dimensional-indoor-positioning--NLOS
本人做的无线三维室内定位毕业论文程序,可以有效削弱NLOS,时间同步,多径效应的影响,对研究生学习很有帮助。(I make three-dimensional wireless indoor positioning thesis program can effectively weaken the NLOS, time synchronization, multi-path effects, to master Dr. helpful.)
- 2016-09-18 10:07:47下载
- 积分:1
-
PLCcode
C++编程实现的PLC梯形图编程环境,很不错(C++ programming of PLC ladder programming environment, very good)
- 2010-12-14 09:54:41下载
- 积分:1
-
74HC595
74hc595芯片的使用 51控制595芯片的io拉高(74hc595 chips 595 chips using 51 control pulled io)
- 2011-06-30 16:11:59下载
- 积分:1
-
FLAC3D-zidingyibengoumoxing
flac3d自定义本构模型实例演示,可以帮助数值模拟爱好者学习如何自定义本构模型。(flac3d custom constitutive model examples demonstrate, numerical simulation can help enthusiasts to learn how to customize the constitutive model.)
- 2021-01-28 11:08:35下载
- 积分:1
-
ejdlb
二级倒立摆的s封装函数
用于建立环形二级倒立摆的系统
(Level 2 inverted pendulum s packaging function)
- 2012-05-17 11:41:05下载
- 积分:1
-
bbb
用matlab实现三次NURBS插值曲线拟合,插值源程序(Using matlab to achieve Cubic NURBS interpolation curve fitting, interpolation source)
- 2011-08-17 15:50:34下载
- 积分:1
-
ldzne
一个用VC编成的计算器小程序模仿WINDOWS的计算器的格式(A calculator compiled with VC Mini Programs imitates the format of WINDOWS calculato)
- 2018-12-30 12:20:07下载
- 积分:1