搜索资源列表
-
0下载:
matlab使用BP网络的例子,使用Levenberg Marquardt算法提高训练速度,效果不错-use Matlab BP example, the use of Levenberg Marquardt algorithm to improve training speed, good results
-
-
5下载:
Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program
-
-
1下载:
The Levenberg–Marquardt Method
-
-
0下载:
在matlab中,最小二乘法,模型参数确定和参数检验- In matlab, least squares method, the model parameter determined
and the parameter examines
-
-
0下载:
% Train a two layer neural network with the Levenberg-Marquardt
% method.
%
% If desired, it is possible to use regularization by
% weight decay. Also pruned (ie. not fully connected) networks can
% be trained.
%
% Given a set of cor
-
-
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
-
-
1下载:
从国外大学上下的Levenberg算法程序-From foreign universities Levenberg algorithm program from top to bottom
-
-
0下载:
Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative 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
-
-
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 Matlab example: curve fitting A * x^2 + B * x
-
-
0下载:
Levenberg-Marquardt(LM)算法matlab-Levenberg-Marquardt(LM) arithmetic matlab
-
-
1下载:
采用Levenberg-Marquardt算法实现函数的参数估计(Parameter estimation of function by using Levenberg-Marquardt algorithm)
-