搜索资源列表
-
5下载:
Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program
-
-
1下载:
The Levenberg–Marquardt Method
-
-
0下载:
matlab中使用LM训练方法计算XOR,3-bit Parity,regression等问题的收敛速度,比较其收敛率。-using LEVENBERG MARQUARDT in matlab to compute convergence rate
-
-
0下载:
The Levenberg–Marquardt Method writed by Lourakis
-
-
0下载:
a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
-
-
0下载:
a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
-
-
0下载:
a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
-
-
0下载:
a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
-
-
0下载:
a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
-
-
2下载:
这个程序实现了Levenberg Marquardt Fletcher(LMF)算法,并用于非线性最小二乘的计算。用于在一个非线性多项式组成的矛盾/超定方程组中,找到最优的解。-This program implements the Levenberg Marquardt Fletcher (LMF) algorithm, and used nonlinear least squares calculations. Formed in a non-linear polynomial for th
-
-
0下载:
a memo how to right a matlab code
-
-
0下载:
function g=nonlineareq(x)
Here is an example of nonlinear system that can be solved by using
the Matlab command "fsolve" written in the file called "solution.m"
(see quasi-Newton or Levenberg-Marquardt methods).
g(1)=x(1)-4*x(1)*x(1)-
-
-
0下载:
Levenberg-Marquardt法(简称LM法)最优化matlab源码-Matlab source code of Levenberg-Marquardt method (referred to as the LM method) used to optimization.
-
-
0下载:
Levenberg-Marquardt 算法的 Matlab 实现,附例子代码-Levenberg-Marquardt Algorithm implement in Matlab.
-
-
2下载:
列文伯格—马奎特算法的matlab实现程序-The Matlab program of the Levenberg-Marquardt algorithm
-
-
1下载:
用于服役桥梁结构静力参数识别的算法
Levenberg-Marquardt (L-M法) matlab源程序-the methods used to identify the service bridge structure static parameters--- LevenbergOMarquardt algorithm
-
-
0下载:
Levenberg–Marquardt Matlab example: curve fitting A * x^2 + B * x
-
-
0下载:
Levenberg Marquardt 算法的示例,matlab下求解一个有解析式(需要jacobian矩阵)的方程最优解。测试可用,可以借鉴。-Levenberg Marquardt algorithm example, matlab to solve a analytic (requires jacobian matrix) equation optimal solution. Test available, can learn from.
-
-
1下载:
采用Levenberg-Marquardt算法实现函数的参数估计(Parameter estimation of function by using Levenberg-Marquardt algorithm)
-