-
NormCrossCorr
code to get optical flow using normalized cross correlation
- 2010-11-26 06:12:20下载
- 积分:1
-
jtu
仿真MATLAB,史密斯,模糊,神经网络都有
SIMULINK搭建(Simulation MATLAB, Smith, fuzzy, neural network structures have SIMULINK)
- 2008-07-12 09:28:22下载
- 积分:1
-
code
代码是MATLAB环境下基于k-nn算法的分类器对数据iris的分析(under matlab environment based on k-nn classifier for the iris.data)
- 2010-05-07 13:49:54下载
- 积分:1
-
repoet3-4
Even though the RAND functions can be useful for generating uniform random numbers, most of the time we will need to model various non-uniform distributions, such as the Normal, Lognormal, Exponential, Gama, and others. In fact, the Uniform distribution arises in a very limited number of applications, so the chances are our worksheet models will rarely deal with this distribution
- 2013-03-14 15:32:20下载
- 积分:1
-
TVD
用matlab编写的TVD格式一维激波管问题,包含黎曼问题精确解,Hll格式和Roe格式,采用minmod,vanleer等多种限制器(TVD scheme using matlab one-dimensional shock tube problems, including Riemann problem exact solution, Hll formats and Roe format using minmod, vanleer other limiters)
- 2021-04-19 09:18:51下载
- 积分:1
-
clustering-problem-
关于matlab解决聚类问题的相关程序,包含蚁群算法和K均值算法,可以一看,部分附带程序,非本人原创。(About matlab to solve clustering problem related procedures, including the ant colony algorithm and K-means algorithm, one can see, some incidental proceedings, not my original.)
- 2013-09-10 17:03:28下载
- 积分:1
-
NK12---1000
针对NK模型的仿真,有1000次迭代的情况,很有参考价值(For NK model simulation, there are 1000 iterations situation of great reference value)
- 2021-01-28 13:28:36下载
- 积分:1
-
lvq
学习向量量化神经网络模型与学习算法及MATLAB实现(Learning vector quantization neural network model and learning algorithm)
- 2011-12-01 18:23:00下载
- 积分:1
-
Matlab7.0-Simulink6.0
Matlab7.0-Simulink6.0应用实例仿真与高效算法开发书中程序代码。我找了好久才找到。希望对搞控制的朋友有帮助。(Matlab7.0-Simulink6.0 application examples and efficient algorithm simulation code developed in the book. I am looking for a long time to find. I hope to help a friend out control.)
- 2013-12-23 23:13:13下载
- 积分: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