当前位置:
首页 资源下载
搜索资源 - Levenberg Marquardt matlab
搜索资源列表
-
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下载:
Levenberg-Marquardt优化-Levenberg-Marquardt optimization
-
-
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下载:
这是一个实现Levenberg-Marquardt算法的MATlAB代码,总共4个文件f.m产生目标评价函数,l_m_trust.m是进行L_M算法迭代处理,trtestlm.m是采用置信域方法决定更新参数和置信系数,而测试函数入口时test_lm.m,每个函数里面有详细的中文注释,希望能给你的工作带来帮助!-This is an implementation of Levenberg-Marquardt algorithm MATlAB code, generated a total of f
-
-
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下载:
L-M算法的简单介绍及部分matlab程序-Brief LM algorithm and some matlab procedures
-
-
0下载:
Levenberg–Marquardt Matlab example: curve fitting A * x^2 + B * x
-
-
0下载:
Levenberg–Marquardt Method,LM拟合优化算法的Matlab平台.m文件的实现-Levenberg–Marquardt Method. The inplementation of matlab.m
-
-
0下载:
Levenberg-Marquardt(LM)算法matlab-Levenberg-Marquardt(LM) arithmetic matlab
-
-
1下载:
采用Levenberg-Marquardt算法实现函数的参数估计(Parameter estimation of function by using Levenberg-Marquardt algorithm)
-