-
modifiedPID
改进的单神经元自适应PID控制,权系数的再线修正不完全是根据神经网络学习原理(Improved single neuron adaptive PID control, the right to re-line coefficient amendment is not in full accordance with the principle of neural network learning)
- 2008-12-24 11:24:26下载
- 积分:1
-
1
通过这个算法可以确定BP神经网络中隐层最优神经元个数(Determine the BP neural network hidden layer neuron number of optimal)
- 2009-03-11 17:12:41下载
- 积分:1
-
FacialLandmarks_CBA12
Detection of Facial Landmarks Using Local-Based Information
- 2014-09-29 14:29:41下载
- 积分:1
-
SVM
[matlab]支持向量机(SVM)用于分类的算法实现([matlab] Support Vector Machine (SVM) algorithm for classification)
- 2007-07-11 10:53:05下载
- 积分:1
-
DWA
sigma-delta DAC simulink model
- 2011-04-26 13:40:46下载
- 积分:1
-
GA_matlab_code
遗传算法的程序,里面有详细的介绍,GA——matlab(GA program, which is described in detail, GA- matlab)
- 2014-08-07 21:49:55下载
- 积分:1
-
cp0201_waveform
主要用于扩展频谱脉冲幅度调制当中波形的产生(Mainly used for spread spectrum pulse amplitude modulation waveforms which have)
- 2008-03-15 10:52:33下载
- 积分:1
-
particle-filter
粒子滤波算法;粒子滤波算法源于Montecarlo的思想,即以某事件出现的频率来指代该事件的概率。因此在滤波过程中,需要用到概率如P(x)的地方,一概对变量x采样,以大量采样的分布近似来表示P(x)。因此,采用此一思想,在滤波过程中粒子滤波可以处理任意形式的概率,而不像Kalman滤波只能处理高斯分布的概率问题。他的一大优势也在于此。(these codes are particle filter resources codes which solve non-linear estimation problems.I wish that it is helpful to some people.I am glad to share it with others.
)
- 2011-02-14 18:19:28下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1
-
adaptivePboostingPATR
说明: 一片详细介绍adaboost进行目标识别的文章。采用MSTAR数据库作为数据来源,非常经典的adaboost实现(A detailed article adaboost target recognition. MSTAR database as the data source used, to achieve a very classic adaboost)
- 2011-03-28 09:01:41下载
- 积分:1