CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Levenberg-Marquardt算法

搜索资源列表

  1. The_Levenberg-Marquardt_Algorithm

    2下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:31.46kb
    • 提供者:TANG
  1. LM

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:27kb
    • 提供者:徐琼
  1. Levenberg-Marquardt_Method

    4下载:
  2. LM算法的c语言实现 拟合的函数为gauss函数-Levenberg-Marquardt Method
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:458.63kb
    • 提供者:TANG
  1. levmar-2.3

    0下载:
  2. 最新的Levenberg Marquardt 算法。用于非线性最小二乘问题的参数估计和优化!-Latest Levenberg Marquardt algorithm. Nonlinear least squares problem for parameter estimation and optimization!
  3. 所属分类:Algorithm

    • 发布日期:2017-01-25
    • 文件大小:65.55kb
    • 提供者:zhangxsh
  1. levmar-2.1.2

    2下载:
  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
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:56.17kb
    • 提供者:muxihan
  1. MarkwardtIDL

    0下载:
  2. IDL版的Marquadt优化算法,可求解非线性最小二乘问题-MPFIT uses the Levenberg-Marquardt technique to solve the least-squares problem. In its typical use, MPFIT will be used to fit a user-supplied function (the "model") to user-supplied data points (the "da
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:64.47kb
    • 提供者:muxihan
  1. LM

    0下载:
  2. Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:966byte
    • 提供者:empty
  1. levmar-2.5

    1下载:
  2. 非线性优化的算法,用C++实现,比牛顿法有更快的收敛速度。-Levenberg-Marquardt nonlinear least squares algorithms in C/C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:76.97kb
    • 提供者:cao
  1. levmar-2.6

    0下载:
  2. 求算非线性最小二乘问题的经典算法。Levenberg-Marquardt算法.-Calculating a classical algorithm for nonlinear least squares problem. Levenberg-Marquardt algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:79.24kb
    • 提供者:刘尉悦
  1. L-M

    0下载:
  2. 列文伯格-马夸尔特算法是最优化算法中的一种,是使用最广泛的非线性最小二乘法!-Levenberg- Marquardt optimization algorithm is the most widely used non-linear least squares method!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:988byte
    • 提供者:戴美玲
  1. Levenberg-Marquardt

    0下载:
  2. Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。根据求导数的方法.-Levenberg-Marquardt algorithm is an optimization algorithm. Makes optimization is to find the minimum value of the parameter vector function. Method according to the number of derivative.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-12
    • 文件大小:19.48mb
    • 提供者:赵宇
  1. levmar-2.5

    0下载:
  2. levenberg-marquardt算法,采用MATLAB实现-levenberg-marquardt algorithm, using MATLAB implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4.47mb
    • 提供者:caoze
  1. LM-from-MATLAB

    0下载:
  2. Levenberg-Marquardt(LM)算法matlab-Levenberg-Marquardt(LM) arithmetic matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:8.87kb
    • 提供者:王晶
  1. levmar-2.6

    0下载:
  2. levenberg-marquardt算法,有C代码和matlab代码,可参考使用-Levenberg-Marquardt algorithm, C code and matlab code, the use of reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:105.16kb
    • 提供者:chen
  1. LM

    1下载:
  2. 用Python语言实现LM(Levenberg-Marquardt)算法。-implementation of LM(Levenberg-Marquardt) algorithm with python.
  3. 所属分类:Algorithm

    • 发布日期:2016-05-17
    • 文件大小:1kb
    • 提供者:吴难难
  1. LM_sample

    0下载:
  2. Levenberg Marquardt算法的matlab代码,简洁无误,结构清晰,便于快速学习。- LevenbergMarquardt algorithm matlab code, simple and correct, clear structure, easy to learn quickly.
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:2kb
    • 提供者:Peter
  1. Lervenberg_Marquardt_Algorithm

    0下载:
  2. Lervenberg-Marquardt 算法的实现,包括测试代码,并有辅助函数。解压缩后可直接运行,包含3个例子,在LMFnlsq2test.pdf中有对算法的详细描述。(The function is an improved version of the function LMFnlsq widely tested on the nonlinear regression, curve fitting and identification problems. Better descr ipti
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:226kb
    • 提供者:icommonweal
搜珍网 www.dssz.com