-
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
-
ab
说明: 可以读出股票作为个人在股票软件方面的一个小尝试(Can be read as an individual stock in the stock software is a small attempt)
- 2010-04-16 01:51:06下载
- 积分:1
-
parameter-estimation-
Welch法谱估计和参数模型谱估计的MATLAB分析(Welch spectral estimation MATLAB analysis and parameter estimation of the model spectrum)
- 2013-12-25 18:50:31下载
- 积分:1
-
Gravity-Influence-on-the-Droplet
以NACA0012 翼型为研究对象,采用拉格朗日法分析了重力对水滴撞击特性的影响,获得了过冷大水滴(SLD)撞击特性。(The influence of gravity on the droplet impingement property were analyzed with the Lagrangian
method, and the supercooled large droplet (SLD) impingement property has been gotten based on the research
of NACA0012 airfoil)
- 2021-03-08 17:19:28下载
- 积分:1
-
1Trust
说明: 基于D-S证据理论的信任模型研究与实现,用matlab编写代码仿真实现模拟图形(design and realize of belief model baseed on D-S theory of evidence)
- 2011-04-10 15:34:48下载
- 积分:1
-
Shannon
随机产生一个信源概率空间,并对其进行香农编码,输出码长和编码(shannon coding)
- 2014-12-22 21:01:05下载
- 积分:1
-
The-coding-principle-of-courseware-
详细介绍了编码原理的基础知识,是编程的入门级必备教材(Details the basics of coding theory, is an essential textbook entry-level programming)
- 2013-12-23 19:20:12下载
- 积分:1
-
kao
MAtlab file for Digital communication
- 2009-09-10 14:12:23下载
- 积分:1
-
HOTQ1
一个非常红的画图程序,非常有意思,再此上传下(A very red paint program, very interesting, upload it again next)
- 2011-10-04 09:52:14下载
- 积分:1
-
Digital_image_processing_using_matlab
Digital image processing using matlab - Rafael C. Gonzalez, Richard E. Woods, Steven L. Eddins - 0130085197(Digital image processing using matlab- Rafael C. Gonzalez, Richard E. Woods, Steven L. Eddins- 0130085197)
- 2009-07-20 11:22:20下载
- 积分:1