-
matitk_win
itk matlab 接口的windows版(itk matlab interface windows version)
- 2007-10-25 21:24:35下载
- 积分: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
-
DSB
improvment of leach protocol
- 2010-10-16 23:21:11下载
- 积分:1
-
bisection
matlab源代码 主要是进行有限元计算的(matlab source code is mainly carried out finite element calculations)
- 2008-04-27 18:41:59下载
- 积分:1
-
LSSVMlabv1_8_R2006a_R2009a
基于LS-SVM的多分类器的工具箱,版本的1.8的。该工具箱很好用,里面的分类我用过,效果比SVM强(LS-SVM classifier 1.8 version of the toolkit)
- 2014-08-18 16:25:10下载
- 积分:1
-
clampedPlate
This example shows how to calculate the deflection of a structural
plate acted on by a pressure loading
using the Partial Differential Equation Toolbox(TM).
- 2013-01-22 15:13:09下载
- 积分:1
-
NN_REG
This is very simple code for neural network fitting in Matlab and comparing with linear regression.
- 2013-04-24 12:28:35下载
- 积分:1
-
gammatone-bank-filter
matlab code for gammatone filter bank
- 2013-04-30 22:46:36下载
- 积分:1
-
Matlab-PSO
To find and estimate of the best solution and parameter in our problem we can use the evolutionary programming. PSO (particle swarm optimization) is an applicable method to catch this target.
In these files I show the Simple PSO that it can be base of solve complicated problem, the code could run by MATLAB.
- 2013-07-15 01:15:42下载
- 积分:1
-
ToolboxIWS--deconverlution
语音分离的研究在语音通信、声学目标检测、声音信号增强等方面有着重要的理论意义和实用价值。而将语音分离技术应用到智能机器人中。让机器人具有智能的听觉,实现声源定位和分离,确定说话人个数,进行人机对话等方面更具有广阔的应用前景。 (Separation of speech in voice communications, acoustic target detection, sound signal enhancement, and so has important theoretical significance and practical value. The voice separation technology applied to intelligent robots. Intelligent robot to the hearing, to achieve sound localization and separation, to determine the number of speaker, the man-machine dialogues in a more broad application prospects.)
- 2011-05-06 14:09:09下载
- 积分:1