登录
首页 » Visual C++ » LMS

LMS

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

  • CurveLab-2.1.1
    curvelet变换matlab程序和c程序(curvelet transform)
    2011-11-24 00:29:20下载
    积分:1
  • synchronization-tool-
    公司专用的抄表册同步工具,仿360页面制作,配合兰德或欧珩杰抄表机使用(Copy list synchronization tool company specific, imitation 360 page production, with Rand or European Hengjie meter reading machine use )
    2015-02-11 23:01:51下载
    积分:1
  • main
    这是一个基于颜色直方图的粒子滤波目标跟踪的主程序,比较完整,供大家参考(This is a color histogram based particle filter tracking the main program, more complete, for your reference)
    2011-05-22 10:54:08下载
    积分:1
  • boost
    boot pv close loop pi controller
    2013-10-19 17:50:00下载
    积分:1
  • CEGUI_Chinese_display-_Demo
    CEGUI中文显示和输入源代码demo,CEGUI中文显示和输入源代码demo(CEGUI Chinese display and input source code demo, CEGUI Chinese display and input source code demo)
    2011-05-16 13:36:01下载
    积分:1
  • CPPSTL
    STL(Standard Template Library),即标准模板库,是一个具有工业强度的,高效的C++程序库。它被容纳于C++标准程序库(C++ Standard Library)中,是ANSI/ISO C++标准中最新的也是极具革命性的一部分。该库包含了诸多在计算机科学领域里所常用的基本数据结构和基本算法。为广大C++程序员们提供了一个可扩展的应用框架,高度体现了软件的可复用性。 (STL (Standard Template Library), which is a standard template library, with industrial strength, efficient C++ library. It is contained in the C++ standard library (C++ Standard Library), ANSI/ISO C++ standard is the latest in is also very part of a revolutionary. The library contains many in Computer Science in the field of common basic data structures and basic algorithms. Provides an extensible application framework for the majority of C++ programmers, highly reflects the software reusability.)
    2014-11-06 11:06:37下载
    积分:1
  • matlab_MRF
    MAF小程序,对初学者有一定帮助。MATLAB编写(MRF MATLAB)
    2010-11-21 16:29:57下载
    积分:1
  • EEMD
    对EMD分解的改进,消除了EMD分解过程中的模态混叠现象,可以得到更准确的IMF分量(EMD decomposition for improvement, eliminating the EMD decomposition process modal aliasing, you can get a more accurate IMF components)
    2015-01-12 13:19:16下载
    积分:1
  • 123
    power control in WCDAM......
    2010-02-02 22:11:53下载
    积分:1
  • ColorImageHistogram
    彩色直方图(matlab),可以直接求出rgb图像的直方图(Color histogram (matlab))
    2009-05-20 09:46:01下载
    积分:1
  • 696518资源总数
  • 104921会员总数
  • 16今日下载