登录
首页 » Visual C++ » LMS

LMS

于 2011-12-10 发布 文件大小:1KB
0 262
下载积分: 1 下载次数: 7

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vitebi_decode_wy
    说明:  vitebi算法的程序, 用C语言实现。(vitebi algorithm procedures using C language.)
    2006-04-22 15:52:24下载
    积分:1
  • mcr
    多元分辨 MCR,Multiple resolution,matlab程序(MCR,Multiple resolution)
    2015-08-29 23:10:36下载
    积分:1
  • spectrumEstimation
    经典功率谱估计,BT法、Welsh法、中值滤波法(matlab BT Welsh)
    2011-07-16 11:07:06下载
    积分:1
  • leach1
    leach算法MATLAB仿真,程序代码详细,完全能运行(leach algorithm MATLAB simulation, detailed program code, is fully operational)
    2013-05-14 15:36:35下载
    积分:1
  • VB_kalman
    说明:  vb语言实现的卡尔曼滤波源程序 (没有测试,输出部分要配合相应的过程)(vb language Kalman filtering source (no test, the output corresponding to tie part of the process))
    2006-05-03 23:40:52下载
    积分:1
  • S2-20140323064-Summary
    summary from my thesis case base reasoning programs
    2014-08-25 10:31:56下载
    积分:1
  • Simulating-a-channels-in-Matlab
    new chnnel simulation
    2012-05-29 17:42:37下载
    积分:1
  • amtf
    matlab仿真源代码,AM源程序,用matlab运行(matlab simulation source code, AM source, using matlab to run)
    2008-05-20 16:42:42下载
    积分:1
  • wanshu
    说明:  一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程     找出1000以内的所有完数。 (If a number is just equal to the sum of its factors, this number is called &quot End of a few.&quot For example 6 = 1+2+3. Programmatically find all finished within a number of 1000.)
    2011-03-30 13:03:48下载
    积分:1
  • calmanlvbo
    卡尔曼滤波源代码 含 c c++ matlab 等(Kalman filter source code with c c++ Matlab, etc.)
    2012-07-12 10:52:16下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载