-
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
-
faceRecognition
this is a folder
containing algorithms and source codes for face recognition
- 2010-10-19 00:56:12下载
- 积分:1
-
LLE
流行学习英文文献,主要是局部线性嵌入方法的改进(Pop learning English literature, mainly locally linear embedding Improvement)
- 2010-01-05 14:06:37下载
- 积分:1
-
Smfcco
一些有用的MATLAB编写的MMFCC算法的代码。可直接使用。
(Some useful written in MATLAB of the MMFCC algorithm code. Can be used directly.)
- 2012-07-26 11:10:37下载
- 积分:1
-
lm
说明: 最小二乘拟合的c++实现,使用差分,在matlab中设置c++编译器为vc++2005或以上,运行test.m即可(Least-squares fit in c++
set compiler as vc++ in matlab
then run test.m )
- 2011-09-29 15:24:18下载
- 积分:1
-
MexFunction
这个程序使用vc++实现的一个工程,这个工程的作用就是完整实现了MATLAB和vc++混合编程的关键函数的功能-mexfunction。有其详细的开源代码!(This program uses the vc++ implementation of a project, the role of this project is to complete implementation of the MATLAB and vc++ mixed programming function of the key functions-mexfunction. Has its open source code in detail!)
- 2010-12-28 11:02:57下载
- 积分:1
-
sizhou
四桨碟形飞行器飞行控制系统研究相关资料和相关设计过程基础(Four paddle system of the flight control data related to the flying saucer)
- 2014-12-13 16:53:53下载
- 积分:1
-
APF
Low-pass filter 可自行調整延遲角度(Low-pass filter)
- 2014-10-29 19:46:12下载
- 积分:1
-
calculate-FFT
基于FFT平面相控阵天线方向图快速计算 (Figure quickly calculate FFT-based planar phased array antenna direction)
- 2013-12-04 12:31:56下载
- 积分:1
-
HuffmanMap
Visual C++ Huffman Map Implementation
- 2014-09-29 09:31:04下载
- 积分:1