-
rcqn
For data which is
reasonably distributed i.e., few if any outliers the result should
be comparable to the std function.
- 2014-12-19 08:57:48下载
- 积分:1
-
7
说明: matlab高效编程程序源代码第七章,可以运行。(efficient programming source code matlab Chapter VII, to run.)
- 2011-04-10 15:34:15下载
- 积分:1
-
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
-
PPPCCALDAC
PCA(主成分分析法)、LDA(线性判别法)两种方法是主要的的线性降维法,有非常好的效果,希望对大家能够有用! 已通过测试。
(PCA (Principal Component Analysis), LDA (linear discriminant method) two methods are the main linear dimensionality reduction method, with very good results, we hope to be useful! Has been tested.)
- 2012-07-24 10:27:24下载
- 积分:1
-
lua-5.2.3.tar
lua open source libary
- 2014-10-21 09:41:22下载
- 积分:1
-
Fault-analysis-of-power-system
本程序是电力系统故障分析中的短路计算,包含各种常见短路类型。压缩包中有word说明,包含程序的前期工作和电力系统序网图。(This program is a short circuit calculation power system fault analysis, including all common types of short circuit. Compressed package word description, preliminary work and electrical systems Sequence Network contains program.)
- 2014-06-30 11:36:47下载
- 积分:1
-
texADO
这个是一个自己做的程序,可以进行相关的操作,初学者(This is a program to do their own, can be related to the operation, for beginners)
- 2015-02-27 09:10:16下载
- 积分:1
-
GA
说明: 遗传算法在优化路径中的应用研究,MATLAB程序。
- 2012-04-21 19:47:01下载
- 积分:1
-
ARMA-with-NExT
先用NEXT对进行出来了,消除噪声的影响,然后再用ARMA进行处理。(NEXT carried out on first use, and eliminate the noise, and then use the ARMA processing.)
- 2011-09-17 10:54:16下载
- 积分:1
-
vc与matlab接口
一个实现vc与matlab接口的程序,可在vc构建的平台上实现matlab的函数调用(a realization vc Matlab interface with the procedures in vc build on the platform to achieve the function call Matlab)
- 2005-03-29 15:43:47下载
- 积分:1