-
Some-simple-optimization
一些简单最优化方法的matlab实现,及一些方法(Some simple optimization method matlab implementation)
- 2011-05-08 18:51:47下载
- 积分:1
-
matlabABCbianjie
MATLAB在ABC边界上的FDTD程序仿真程序。(MATLAB in the ABC program on the border FDTD simulation program.)
- 2009-04-19 16:24:48下载
- 积分:1
-
lorenz
Lorenz吸引子相空间轨迹相图,包括子程序和主程序,r=28时的暂态混沌状态(Lorenz attractor phase space trajectory phase diagram, including subroutines and the main program, r = 28 when the transient state of chaos)
- 2015-11-23 19:52:44下载
- 积分:1
-
study-ofMatlab7.0
Matlab7官方学习资料,能帮助你很快的学习Matlab的实用,简单、权威(Matlab7 official learning materials that can help you quickly learn Matlab s practical, simple, authoritative)
- 2011-12-29 16:15:39下载
- 积分:1
-
New-Text-Document
matlab sar simulation
- 2013-08-14 22:05:28下载
- 积分:1
-
stm32_eval
OMAP_MUX_MODE7 | AM33XX_PULL_ENBL | AM33XX_PULL_UP| AM33XX_PIN_OUTPUT
- 2013-12-30 17:07:45下载
- 积分:1
-
bbb
用matlab实现三次NURBS插值曲线拟合,插值源程序(Using matlab to achieve Cubic NURBS interpolation curve fitting, interpolation source)
- 2011-08-17 15:50:34下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分: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
-
cd
<最优化及matlab的应用>课后题的编程(Most optimized operating)
- 2013-10-20 07:46:40下载
- 积分:1