搜索资源列表
Levenberg-Marquarat算法
- 阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修*。-
LM-algo.rar
- 用gsl实现Levenberg-Marquardt算法,use gsl to implement Levenberg-Marquardt algo
The_Levenberg-Marquardt_Algorithm
- LM算法 老外写的The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm. It outperforms simple gradient descent and other conjugate gradient methods in a wide variety of problems. This document aims to provide an intuitiv
Levenberg-Marquardt_Method
- LM算法的c语言实现 拟合的函数为gauss函数-Levenberg-Marquardt Method
Levenberg-Marquardt
- Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program
lm_matlab
- The Levenberg–Marquardt Method
levmar-2.3
- 最新的Levenberg Marquardt 算法。用于非线性最小二乘问题的参数估计和优化!-Latest Levenberg Marquardt algorithm. Nonlinear least squares problem for parameter estimation and optimization!
bpnnet_154
- L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning rate adaptive strategy is to i
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
lmfit
- Levenberg-Marquardt最小二乘拟合-Levenberg-Marquardt LeastSquares Fitting
levmar-2.3
- a copylefted C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm
RunningLM
- matlab中使用LM训练方法计算XOR,3-bit Parity,regression等问题的收敛速度,比较其收敛率。-using LEVENBERG MARQUARDT in matlab to compute convergence rate
bpwl
- 使用Levenberg-Marquart算法(最小二乘法)对BP神经网络进行训练,克服了传统BP算法收敛慢,容易收敛于局部最小值等缺点-use Levenberg-Marquardt algorithm to overcome some disadvantages like slow convergence which traditional BP neural network usually has
Neuralnetworkstools
- 神经网络仿真工具,本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值.-Neural network simulation tool, this program is BP algorithm demo program in which the Levenberg-Marquardt algorithm has practical value.
LevenbergMarquardt_matlabcode_fromLourakis
- The Levenberg–Marquardt Method writed by Lourakis
levmar-2.1.2
- 求算非线性最小二乘问题的经典算法。Levenberg-Marquardt算法。-This is levmar, a copylefted C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes double and single precision LM versions, both with analytic and finite differ
LMFnlsq
- 从国外大学上下的Levenberg算法程序-From foreign universities Levenberg algorithm program from top to bottom
LM
- Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative algorithm
LM
- levenberg-marquardt算法用于模糊系统训练-levenberg-marquardt algorithm for fuzzy system training
levenberg.delphi
- Levenberg-Marquardt numerical algorythm in Delphi