搜索资源列表

  1. test_LM

    0下载:
  2. function [p,res_p]=test_LM(p0,xdata,ydata) this m-file is used to test the simplest Levenberg-Marquardt method Reference: A Brief Descr iption of the Levenberg-Marquardt Algorithm Implemented by levmar R
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:light
  1. xox_Wave_NN

    0下载:
  2. The Wavelet Neural Network This is simple example for using of modified Morlet neural network. Levenberg-Marquardt with numerical Jacobian calculation implemented. Easy to use with other optimization algorithem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:xox
  1. BP_algorithm

    0下载:
  2. 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值.-This program is BP algorithm demo program, in which the Levenberg-Marquardt algorithm has practical value.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:331776
    • 提供者:初光磊
  1. LM

    0下载:
  2. 列文伯格—马奎特算法的matlab实现程序-The Matlab program of the Levenberg-Marquardt algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:刘海
  1. strapdown

    0下载:
  2. LM算法的MATLAB实现。Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。-LM algorithm in MATLAB. Levenberg-Marquardt algorithm is an optimization algorithm. Optimization is to find the minimum value makes the function parameter
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:听雪楼
  1. lm

    0下载:
  2. Levenberg-Marquardt算法 使用Levenberg-Marquardt算法来最小化-Levenberg-Marquardt algorithm using the Levenberg-Marquardt algorithm to minimize the model
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:师海阔
  1. Levenberg_Marquat_Model

    0下载:
  2. 用于服役桥梁结构静力参数识别的算法 Levenberg-Marquardt (L-M法) matlab源程序-the methods used to identify the service bridge structure static parameters--- LevenbergOMarquardt algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:王伟
  1. fit

    0下载:
  2. 基于Levenberg-Marquardt的曲线/面拟合-C library for Levenberg-Marquardt least-squares minimization and curve fitting
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:Robin Liu
  1. Levenberg-Marquardt

    0下载:
  2. L-M算法的简单介绍及部分matlab程序-Brief LM algorithm and some matlab procedures
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:157696
    • 提供者:dongchao
  1. Levenberg-Marquardt

    0下载:
  2. The LMA is a very popular curve-fitting algorithm used in many software applications for solving generic curve-fitting problems. However, as for many fitting algorithms, the LMA finds only a local minimum, which is not n
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:Jatin
  1. LMFnlsq2

    0下载:
  2. Levenberg–Marquardt 算法实现非线性拟合-Levenberg–Marquardt non-linear fitting algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:58368
    • 提供者:框架内
  1. fitzgibbon01c

    0下载:
  2. 医学图像配准,医学图像2D_3D配准,基于vc++开发。-This paper introduces a new method of registering point sets. The registration error is directly minimized using general-purpose nonlinear optimization (the Levenberg-Marquardt algorithm)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:353280
    • 提供者:刘坤
  1. LM_Axx_Bx

    0下载:
  2. Levenberg–Marquardt Matlab example: curve fitting A * x^2 + B * x
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:SonNguyen
  1. LMFnlsq2testPDF

    0下载:
  2. L-M(Levenberg—Marquardt)是一种非线性最优化里面最常用的方法之一,改方法能快速而准确的逼近收敛值。本文简述了改方法的操作原理和具体运用,如可以方便的用于有约束与无约束最优化的求解。-L- M (Levenberg- Marquardt) is a kind of nonlinear optimization inside one of the most commonly used method, change me
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:167936
    • 提供者:徐淼
  1. LMFnlsq2_220413

    0下载:
  2. L-M(Levenberg—Marquardt)是一种非线性最优化里面最常用的方法之一,改方法能快速而准确的逼近收敛值。本文简述了改方法的操作原理和具体运用,如可以方便的用于有约束与无约束最优化的求解。本文件里面有源码和测试码以及对该方法的具体介绍PDF文件。欢迎下载。-L- M (Levenberg- Marquardt) is a kind of nonlinear optimization inside one of the mo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:215040
    • 提供者:徐淼
  1. Levenberg-Marquardt-Algorithm

    0下载:
  2. 求解非线性问题的一种算法,综合了梯度法和牛顿法的优点-An algorithm for solving nonlinear problem, taking advantages of gradient method and Newton method
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:29696
    • 提供者:王雪
  1. levmar-2.5

    0下载:
  2. levenberg-marquardt算法,采用MATLAB实现-levenberg-marquardt algorithm, using MATLAB implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:4687872
    • 提供者:caoze
  1. Calibration_modified

    0下载:
  2. 张正友标定法,读取张正友的数据处理。在simon的基础上添加了少量注释,改正了新版本levenberg-marquardt不能运行的问题。-Read Zhang Zhengyou calibration, data processing. Add a small amount of notes on the basis of Simon, a new version of Levenberg-Marquardt cannot run t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:633856
    • 提供者:茄子
  1. LM-from-MATLAB

    0下载:
  2. Levenberg-Marquardt(LM)算法matlab-Levenberg-Marquardt(LM) arithmetic matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:王晶
  1. Extract_VTO_GAMMA_PHI

    0下载:
  2. Extraction VTO. GAMMA, PHI for EKV MOSFET Model using Levenberg–Marquardt algorithm.
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:842752
    • 提供者:SonNguyen
« 1 2 3 4 5 67 »

源码中国 www.ymcn.org