-
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
-
matlab
结构拓扑优化 99行matlab代码 结构优化(99 line topology optimization code structure optimization matlab)
- 2009-05-19 09:12:22下载
- 积分:1
-
2812
TI 下载的矢量控制算法,里面包含各种函数,还有PDF文件。(Download the TI vector control algorithm, which contains a variety of functions, and the PDF file.)
- 2013-11-07 22:25:41下载
- 积分:1
-
C++ 使用PRINT语句进行打印(提高篇-实例430).zip
C++ 使用PRINT语句进行打印(提高篇-实例430).zip
- 2019-10-02下载
- 积分:1
-
4
说明: 运用自相关方法,估计语音信号的声道参数,绘出随预测增加时语音信号的LPC谱包络曲线,并与FFT谱比较。(Using autocorrelation method to estimate the channel parameters of speech signals, when plotted with the predicted increase in LPC speech signal spectral envelope curve, and compared with the FFT spectrum.)
- 2010-05-07 14:53:50下载
- 积分:1
-
YSF1_HAL-015. TIM-高级定时器定时
说明: 基于STM32的定时器的一些简单开发和应用(Simple development application of STM32)
- 2020-06-18 20:20:01下载
- 积分:1
-
nlbifa
能量比去噪方法研究,原理图,基于能量比去噪的方法(Energy than denoising method research)
- 2016-03-03 15:41:26下载
- 积分:1
-
armtest
说明: 本次测评为素质类测评,是简历评估时重要参考维度之一,请亲务必在失效前按照个人真实情况完成作答(which make it possible to edit as vi/vim in notepad++. ViSimulator simulates/emulates most frequently-used vi/vim commands to provide more powerful editing capability for)
- 2020-06-16 14:00:01下载
- 积分:1
-
ANSYS_12[1][1].0_Workbench-热分析
说明: Ansys workbench12热分析,ANSYS入门学习资料(ANSYS learning materials)
- 2020-03-05 10:43:21下载
- 积分:1
-
VP_loopback_P
视频采集与显示
IP Video Phone VP口的测试程序,包括单显:VP1 7104 VGA显示、VP1 7104复合视频显示,
图像自环:VP0 5150~VP1 7104、VP2 5150~VP1 7104。
(Video capture and display IP Video Phone VP port testing procedures, including single was: VP1 7104 VGA display, VP1 7104 composite video display, images from the Ring: VP0 5150 ~ VP1 7104, VP2 5150 ~ VP1 7104.)
- 2010-06-10 10:21:42下载
- 积分:1