登录
首页 » Visual C++ » LMS

LMS

于 2011-12-10 发布 文件大小:1KB
0 177
下载积分: 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 个回复

  • MatlabandVC++
    说明:  文章叙述了VC++和matlab之间的接口,是用他们同时开发一个项目的好文章(The article describes the VC++ And the interface between matlab, is to use them to develop a project at the same time a good article)
    2008-12-05 19:05:21下载
    积分:1
  • Spectrum-Analysis
    说明:  在地震勘探资料处理中应用的频谱分析函数。。。。。。。。。。。。。。。。。。。。。(Spectrum Analysis)
    2011-03-31 12:31:32下载
    积分:1
  • vb
    说明:  vb 调用matlab方法实例,包括调用matlab绘图,matlab分形计算等。(vb call methods matlab examples, including the call matlab graphics, matlab fractal calculation.)
    2008-04-18 16:45:17下载
    积分:1
  • Particle-Filter-Note
    粒子滤波跟踪算法学习的好文档。为个人读书心得,主要从三个角度去理解粒子滤波,由浅入深,有学习价值!(Particle filter tracking algorithm to learn a good document. For personal reading experience, mainly from the three perspectives to understand the particle filter, Deep learning value!)
    2011-01-17 15:12:15下载
    积分:1
  • cicmpdem
    Windows下的ICMP封装(Clcmp class which can echo)
    2001-11-26 10:53:14下载
    积分:1
  • ssim-1.0
    SSIM 1.0 Local Search Similarity
    2012-07-20 16:20:59下载
    积分:1
  • gal_tsp_src
    searching for genetic algo in matlab for tsp
    2013-08-07 16:54:45下载
    积分:1
  • xitongbianshi
    一些介绍系统参数辨识方法的论文,包括迭代梯度算法,最小二乘算法等。很好的资料。(Some paper describes the system parameter identification methods, including iterative gradient algorithm, least squares algorithm. Good information.)
    2015-12-03 22:47:39下载
    积分:1
  • ofdm-qpsk-mycreatechannel
    衡量一个数字通信系统性能好坏的指标很多,误码率性能就是一个重要的指标。误码率是指错误接收的码元数载传输总码元数中所占的比例。在该章中,我们将通过MATLAB仿真在发送平均功率和传输速率相同的情况下(A digital communication system performance measure indicators of good or bad a lot of bit error rate performance is an important indicator. Bit error rate refers to the number of errors contained in received transmission symbol the number of total yards per share. In this chapter, we will send through MATLAB simulation of average power and transmission rate in the same circumstances)
    2010-06-15 11:00:25下载
    积分:1
  • ga_tsp530
    遗传算法求解TSP问题,MATLAB模拟实验,对采用遗传算法解优化问题很有帮助(Genetic Algorithm for TSP problem, MATLAB simulation experiments, using genetic algorithm optimization solutions helpful)
    2008-12-21 09:48:26下载
    积分:1
  • 696518资源总数
  • 104600会员总数
  • 46今日下载