搜索资源列表
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
LM
- LM算法的简要描述。LM算法是一种定位多变量函数最小值的迭代技术,是解决非线性最小二乘问题的基本技术之一。-The Levenberg-Marquardt(LM)algorithm is an iterative technique that locates the minimum of a multivariate function that is expressed as the sum of squares of non-linear real-valued functions[4
lm
- 开发的lm算法,很有用的一种优化算法. 对非线性优化有很大用处-Lm developed algorithm, a useful optimization algorithm. Of nonlinear optimization have great usefulness
bp.example
- 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t
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
LM
- Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative algorithm
LM-algorithm
- 用LM算法解超定方程,未用到库,都是自己写的函数,有例子-With the LM algorithm for solving overdetermined equation, unused libraries, are writing their own functions, there are examples
trainlm
- 使用MATLAB语言写的,LM算法,将LM算法应用于神经网络的训练,大幅提高速度-Using MATLAB language, LM algorithm
tp2-multicouche
- Backpropagation with momentum * by Andres Perez-Uribe * References : - G. Hinton, "How neural networks learn from experience", Scientific American, sep 1992. - P. Werbos, "The Roots of Backpropagation: From ordered derivatives
LMFsolve
- LM算法拟合方案,对方程进行非线性最小二乘法求解 -LM algorithm fitting program
LMnihe
- LM拟合算法,用于激光雷达回波处理,效果显著-LM Fitting algorithm for Lidar
LMAlgorithm
- 对源网站上的LM算法使用CMakeLists重新组织。可以直接生成sln工程,在VS2010编译通过。-LM algorithm for use on the source site CMakeLists reorganized. Can directly generate sln project in VS2010 compile.
LM
- 用Python语言实现LM(Levenberg-Marquardt)算法。-implementation of LM(Levenberg-Marquardt) algorithm with python.
levmar-2.6
- 数值优化中非线性最小二乘的LM算法实现。网上下载的一般都不能通过编译,这是在VS2015环境下构建的能通过编译的代码。-Numerical Optimization. LM algorithm