搜索资源列表
BPmatlab
- matlab使用BP网络的例子,使用Levenberg Marquardt算法提高训练速度,效果不错-use Matlab BP example, the use of Levenberg Marquardt algorithm to improve training speed, good results
Levenberg-Marquardt
- Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program
lm_matlab
- The Levenberg–Marquardt Method
LSParaId
- 在matlab中,最小二乘法,模型参数确定和参数检验- In matlab, least squares method, the model parameter determined and the parameter examines
marq
- % 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
RunningLM
- matlab中使用LM训练方法计算XOR,3-bit Parity,regression等问题的收敛速度,比较其收敛率。-using LEVENBERG MARQUARDT in matlab to compute convergence rate
LMprocess
- Levenberg-Marquardt优化-Levenberg-Marquardt optimization
LevenbergMarquardt_matlabcode_fromLourakis
- The Levenberg–Marquardt Method writed by Lourakis
LMFnlsq
- 从国外大学上下的Levenberg算法程序-From foreign universities Levenberg algorithm program from top to bottom
LM
- Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative algorithm
LevenbergMarquardtalgorithmMATlABcodewithtrustregi
- 这是一个实现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
programme_I
- a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
programme_II
- a back propagation neural network matlab code, learning by levenberg–marquardt algorithm
LMFsolve
- 这个程序实现了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
A-Memo-on-How-to-Use-the-Levenberg-Marquardt-Algo
- a memo how to right a matlab code
Levenberg-Marquardt
- L-M算法的简单介绍及部分matlab程序-Brief LM algorithm and some matlab procedures
LM_Axx_Bx
- Levenberg–Marquardt Matlab example: curve fitting A * x^2 + B * x
Levenberg-Marquardt-Method
- Levenberg–Marquardt Method,LM拟合优化算法的Matlab平台.m文件的实现-Levenberg–Marquardt Method. The inplementation of matlab.m
LM-from-MATLAB
- Levenberg-Marquardt(LM)算法matlab-Levenberg-Marquardt(LM) arithmetic matlab
parameter
- 采用Levenberg-Marquardt算法实现函数的参数估计(Parameter estimation of function by using Levenberg-Marquardt algorithm)