登录
首页 » Visual C++ » LMS

LMS

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

  • facerecognition
    加州大学的MATLAB人脸识别代码,采用了图像结构模型,可以很好地识别人脸(University of California MATLAB code for face recognition, using the image structure model, can be a good face recognition)
    2013-12-18 15:28:45下载
    积分:1
  • waveletsunshangfenxi
    计算小波能量谱分析,用于功率谱分析,以及损伤等都可以(Calculating wavelet energy spectrum analysis)
    2013-10-26 09:42:15下载
    积分:1
  • LS-SVM
    这是一个关于最小二乘支持向量机的MATLAB仿真的例子,希望能给大家带来方便。(This is a least squares support vector machine on the MATLAB simulation examples, we hope that they will be convenient.)
    2009-06-14 16:02:39下载
    积分:1
  • matlab
    算术编码与译码的matlab程序 信息论 通信 (matlab)
    2009-06-06 18:22:15下载
    积分:1
  • phaseunwrap11
    相位图像的相位解包算法对一个相位图进行解包裹(Phase image of phase unwrapping algorithm for a phase map unwrapping)
    2008-05-04 14:32:32下载
    积分:1
  • BPSK_Done
    基于的BPSK的matlab,完整的程序,有能相关的说明和注释,有需要的朋友下载吧~(Based on the matlab BPSK, complete program and relevant instruction and comments, the need to download friends ~)
    2011-11-15 13:26:12下载
    积分:1
  • k_means
    杜达的《模式分类》第二版的配套的Matlab源代码杜达的《模式分类》第二版的配套的Matlab源代码杜达的《模式分类》第二版的配套的Matlab源代码 ( pattern classificationthe second edition of the supporting Matlab source codethe supporting Matlab source code Duda39quot pattern classification,quot the second edition of the supporting Matlab source code)
    2010-05-13 15:41:09下载
    积分:1
  • xinhaochuli
    用matlab实现信号的基本处理,还要学会用matlab进行分析(Using matlab to achieve the basic signal processing, but also learn how to use matlab for analysis)
    2009-12-23 20:45:35下载
    积分:1
  • xunhuanbaoshu
    这个程序针对的问题是: 17个人为成圈,依次编号为0-16,从第一号开始报数,报到3的倍数的人离开, 一直数下去,直到最后只剩1人,求此人的编号. 程序有点复杂,不过还只能算是初级的水平 (This procedure for the question is: 17 individuals into the circle, followed by numbered 0-16, from the first to begin reported the number of people who report a multiple of three to leave, to keep counting votes until the last only a person seeking this person number. program a bit complicated, but can only be considered the primary level of)
    2010-01-27 01:17:44下载
    积分:1
  • 92421039VC-CALL-matlab.m
    vc调用matlab中自定义的.m函数,对于混编简单的例子(Vc call custom in matlab. M function,For simple example mixed)
    2013-09-23 09:31:41下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载