CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - levenberg

搜索资源列表

  1. lm

    1下载:
  2. levenberg-maquardt最小二乘拟合算法-This program do the levenberg-maquardt LS fit.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:4580
    • 提供者:wr
  1. nonlineareq

    0下载:
  2. function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" (see quasi-Newton or Levenberg-Marquardt methods). g(1)=x(1)-4*x(1)*x(1)-
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1158
    • 提供者:kamakhya
  1. LMFexample

    0下载:
  2. Levenberg-Marquardt法(简称LM法)最优化matlab源码-Matlab source code of Levenberg-Marquardt method (referred to as the LM method) used to optimization.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5032
    • 提供者:syt
  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
    • 文件大小:81143
    • 提供者:刘尉悦
  1. LM

    0下载:
  2. 上传的是Levenberg-Marquardt算法的Matlab程序-Upload is the Levenberg-Marquardt algorithm in Matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:958
    • 提供者:张远银
  1. LMFnlsq

    0下载:
  2. Levenberg–Marquardt algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:879207
    • 提供者:ziko
  1. L-M

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

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

    0下载:
  2. The Levenberg-Marquardt curve-fitting method is actually a combination of two minimization methods: the gradient descent method and the Gauss-Newton method.
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1678
    • 提供者:ABDELHEDI
  1. twodimapproximationbp

    0下载:
  2. 单输出函数Y=SIN(X)逼近问题的bp程序:假设网络结构为3--2--1,输入维数M,共N个样本,一般输入不算层,输出算层- 激活函数: hardlim---(0,1),hardlims---(-1,1),purelin,logsig---(0,1),tansig----(-1,1) softmax,poslin,radbas,satlin,satlins,tribas 训练算法: 1.traingd,traingdm,traingda(variable l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2370
    • 提供者:刘老师
  1. LM

    0下载:
  2. 基于levenberg-marquardt的高斯分解法,并用GLAS信号进行了验证-A Gaussian Decomposition approach based on levenberg-marquardt method. Verified by GLAS waveform signals.
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:9953960
    • 提供者:Zhongyi Quan
  1. neuralmpc2

    0下载:
  2. Neural Predictive Control using Levenberg Marquard Optimization (Newton Method)
  3. 所属分类:其他小程序

    • 发布日期:2014-03-13
    • 文件大小:5193
    • 提供者:trio
  1. accord-levenberg-source

    0下载:
  2. the area is neural network. it describe LM algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-15
    • 文件大小:914060
    • 提供者:sellathambi
  1. Levenberg_Marquardt

    0下载:
  2. Levenberg-Marquardt 算法的 Matlab 实现,附例子代码-Levenberg-Marquardt Algorithm implement in Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1954
    • 提供者:Scidilii Chan
  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 Ref: http://www.ics.forth.gr/~l
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:1154
    • 提供者: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 e.g GA,PSO, etc. The funct
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2421
    • 提供者: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. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:332018
    • 提供者:初光磊
  1. LM

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

    • 发布日期:2017-03-22
    • 文件大小:1547
    • 提供者:刘海
  1. strapdown

    1下载:
  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 vector.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3299
    • 提供者:听雪楼
  1. lm

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

    • 发布日期:2017-04-10
    • 文件大小:1284
    • 提供者:师海阔
  1. Levenberg_Marquat_Model

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

    • 发布日期:2017-04-05
    • 文件大小:1571
    • 提供者:王伟
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com