-
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
-
matlog
VRP, for solving vehicle routing problem
- 2012-06-29 21:27:26下载
- 积分:1
-
[5]-pami09---SRC
是一片外文文献,关于稀疏表示的,与大家分享,欢迎下载(Is a foreign literature on sparse representation, to share with you, welcome to download)
- 2013-04-26 17:08:37下载
- 积分:1
-
VCmatlabtuxiangchuli
此程序为VC与matlab图像处理与识别实用案例精选的源码,内容详实,与大家分享。(This program is VC with matlab image processing and recognition of practical cases of selected source code, content, informative, and to share.)
- 2009-11-21 11:17:35下载
- 积分:1
-
facerec_video
ImageClustering algorithm
- 2014-12-04 16:24:33下载
- 积分:1
-
Wolf
相信大家见过了star的上线和大灰狼的插件版
Wolf结合了star 的上线,大灰狼的插件功能,比原来的更强大,上线更稳定!!!!
为了庆祝咖啡上了百度第一页,现在开源了这套源码!!!也给新手朋友练练手,小狼已经处理过了,免杀好做!!!
同时也给有需要的可以2次开发
(I believe we have seen the star on the line and the big bad wolf of plug-in version
Wolf combines on-line star, the wolf s plug-in functionality, more powerful than the original, more stable on the line! ! ! !
To celebrate coffee on the first page of Baidu, now open source set of source! ! ! But also to the novice friends to practice your hand, coyotes have been handled, free to kill better to do! ! !
But also to those in need can be twice Development)
- 2014-10-26 06:31:34下载
- 积分:1
-
DLL_Src
to make dll using matlab
- 2009-10-06 18:59:15下载
- 积分:1
-
Kalman-Filter
卡尔曼滤波程序,卡尔曼滤波程序,卡尔曼滤波程序,(Kalman filtering procedures, Kalman filtering procedures, Kalman filtering procedures,)
- 2014-09-20 19:51:58下载
- 积分:1
-
Matlab-source-numerical-processing
matlab数值处理源程序,绝对值得下载的源码好程序(Matlab source numerical processing)
- 2013-11-12 12:16:36下载
- 积分:1
-
bandreconstructmmse
DCT域分布式视频编码经典MMSE重建C++代码(DCT Distributed video coding tipal MMSE recostruction C++ code)
- 2015-01-05 11:34:37下载
- 积分:1