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

搜索资源列表

  1. BPmatlab

    0下载:
  2. matlab使用BP网络的例子,使用Levenberg Marquardt算法提高训练速度,效果不错-use Matlab BP example, the use of Levenberg Marquardt algorithm to improve training speed, good results
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4378
    • 提供者:汤泽世
  1. Data-fitting-methods

    2下载:
  2. 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6066
    • 提供者:ldg
  1. digital_recogonizer

    0下载:
  2. 神经网络进行手写数字识别: 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 带有图形界面-neural network handwritten numeral recognition : this program is the BP algorithm Demonstration Program, The Levenberg-Marquardt algorithm is practical value. with a graphical in
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:132910
    • 提供者:HK
  1. levmar-2.1.3

    1下载:
  2. levenberg marquit算法的.C源码-levenberg marquit algorithm. C source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:44243
    • 提供者:fantosun
  1. NEURAL+NETWORK

    0下载:
  2. bp神经网络算法是解决最优化问题的先进算法之一,本论文讨论了神经网络中使用最为广泛的前馈神经网络。其网络权值学习算法中影响最大的就是误差反向传播算法(back-propagation简称BP算法)。BP算法存在局部极小点,收敛速度慢等缺点。基于优化理论的Levenberg-Marquardt算法忽略了二阶项。该文讨论当误差不为零或者不为线性函数即二阶项S(W)不能忽略时的Hesse矩阵的近似计算,进而训练网络。
  3. 所属分类:文件操作

    • 发布日期:2014-01-16
    • 文件大小:19198
    • 提供者:刘慧
  1. levmar

    0下载:
  2. Levenberg-Marquardt的c++优化代码。该代码适用各种非线性最小二乘问题
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:57579
    • 提供者:卫东
  1. JavaMath

    0下载:
  2. Java实现的各种数学算法,如矩阵运算, levenberg-marquardt优化算法等。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:51202
    • 提供者:张如飞
  1. VC++BP

    1下载:
  2. 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 一、网络训练 程序默认状态是样本训练状态,现将样本训练状态下的如何训练网络进行说明: 1.系统精度: 定义系统目标精度,根据需要定义网络训练误差精度.误差公式是对训练出网络的输出层节点和实际的网络输出结果求平方差的和. 最大训练次数: 默认为10000次,根据需要调整,如果到达最大训练次数网络还未能达到目标精度,程序退出. 3.步长: 默认为0.01,由于采用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:344008
    • 提供者:starboy_2nd
  1. NNBP

    0下载:
  2. 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值。随代码还提供帮助文件,非常方便。-BP algorithm Demonstration Program, which Levenberg-Marquardt algorithm has practical value. With the code also provides help files, a very convenient.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:333044
    • 提供者:林瑞伦
  1. 一个基于Levenberg-Marquardt算法的神经网络源程序

    0下载:
  2. 所属分类:源码下载

  1. homography

    0下载:
  2. 这是一个印度人编的程序,用于两图像单应矩阵和变换结果的求取-This function estimates 2D-2D plane projective homography between two perspective images using Direct Linear Transformation, RANSAC and Levenberg Marquardt optimisation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:29408
    • 提供者:苏营
  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
    • 文件大小:27648
    • 提供者:徐琼
  1. LSParaId

    0下载:
  2. 在matlab中,最小二乘法,模型参数确定和参数检验- In matlab, least squares method, the model parameter determined and the parameter examines
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-09
    • 文件大小:1043
    • 提供者:张元锋
  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
    • 文件大小:66016
    • 提供者:muxihan
  1. Ranga_Suri_etc_Parallel_LevenbergMarquardt_based_

    0下载:
  2. Parallel Levenberg-Marquardt-based Neural Network Training on Linux Clusters - A Case Study
  3. 所属分类:AI-NN-PR

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

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

    • 发布日期:2017-04-02
    • 文件大小:78817
    • 提供者:cao
  1. The-Levenberg-Marquardt-Algorithm-for-Refining-Ca

    0下载:
  2. A Memo on How to Use the Levenberg-Marquardt Algorithm for Refining Camera Calibration Parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:58565
    • 提供者:Dong,Vo Dai
  1. Levenberg-Marquardt-Method

    0下载:
  2. Levenberg–Marquardt Method,LM拟合优化算法的Matlab平台.m文件的实现-Levenberg–Marquardt Method. The inplementation of matlab.m
  3. 所属分类:IT Hero

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:zeng
  1. Levenberg Marquardt

    0下载:
  2. 针对数据处理中,非光滑约束方程组的求解不具有全局收敛性的问题,结合光滑化技术设计了Levenberg Marquardt算法。(Aiming at the problem that the solution of nonsmooth constraint equations does not have global convergence in data processing, a Levenberg Marquardt algorithm is designed by combining sm
  3. 所属分类:mathematica

    • 发布日期:2017-12-21
    • 文件大小:141312
    • 提供者:manchild19
  1. parameter

    1下载:
  2. 采用Levenberg-Marquardt算法实现函数的参数估计(Parameter estimation of function by using Levenberg-Marquardt algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:lnkingjtu
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com