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

搜索资源列表

  1. zuiyouhuasuanfa

    0下载:
  2. 最优化的一系列算法,包括牛顿法,最速下降法,共轭梯度法等。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5530
    • 提供者:jsx
  1. Steepest-decline

    0下载:
  2. 最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12374
    • 提供者:文嘉俊
  1. optimization

    0下载:
  2. 一个介绍最优化方法课件,很详细。从最简单的一维搜索到共轭梯度,最速下降法等等,都有说明
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:59286
    • 提供者:lgl
  1. 最优化算法

    0下载:
  2. 最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-25
    • 文件大小:8522
    • 提供者:nxl820413
  1. c.tar

    0下载:
  2. 总变分(TV) 图像复原模型的C语言源码. 使用C语言与Matlab 混合编程. 主要计算由C语言完成. 图像的读, 输出由Matlab实现. 包含梯度下降流法, Chambolle对偶法, 交替半二次型算法 固定点线性迭代算法等.-Total Variation (TV) image restoration model of C language source code. Using the C language and Matlab mixed programming. Mainly c
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:19271
    • 提供者:陈云川
  1. preconjgrad

    0下载:
  2. preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient met
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:wallace
  1. bpnnet_154

    3下载:
  2. L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning rate adaptive strategy is to i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:942
    • 提供者:辜小花
  1. conjugategrads

    0下载:
  2. 图像重建常常被转化为解非线性无约束极值问题, 通过范数极小化推导出共扼梯度法的 一般算法。通过对模拟数据和实际工件断层扫描数据进行图像重建, 估计了算法的有效性, 结果表明, 与最速下降法相比, 此算法更适用于不完全投影数据的图像重建, 在保证重建图像拟合度的同时, 大大提高了重建速度。-Image reconstruction has often been transformed into solving nonlinear unconstrained extremum problem,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:364484
    • 提供者:孙翔
  1. lms_flp32

    0下载:
  2. 最陡下降法的梯度估计matlab小程序,对初学者有借鉴意义-Steepest gradient descent method is estimated matlab small procedures, there is reference for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:18201
    • 提供者:xl_zzq
  1. SteepestDescentMethod

    0下载:
  2. 最速下降梯度法matlab程序 -Steepest Descent Method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:26173
    • 提供者:王雪
  1. descent

    1下载:
  2. 自适应滤波中的最速下降法仿真程序,课程的大作业,可以绘制梯度曲线-Adaptive Filter steepest descent method simulation program, course the big job, you can draw the gradient curve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1185
    • 提供者:lurui
  1. min

    0下载:
  2. 以负梯度方向作为下降方向的极小化算法的最速下降法-To decrease the negative gradient direction as the direction of minimizing the steepest descent algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8680
    • 提供者:张三
  1. 005

    0下载:
  2. 常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16125
    • 提供者:Snake
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  1. Opt_Steepest

    0下载:
  2. 用最速下降法求最优化解 输入:f为函数名 grad为梯度函数 x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值 dist0为初始步长 MaxIter为最大迭代次数 输出: xo为取最小值的点 fo为最小的函数值 f0 = f(x(0- Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 fo
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:940
    • 提供者:
  1. steepest_descend_method

    0下载:
  2. c++求极值,利用无约束最优化中的最简单的最速下降法从负梯度方向来求得极值-c++ extremum, the use of unconstrained optimization of the most simple steepest descent method to obtain from the extreme negative gradient direction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:236681
    • 提供者:徐志东
  1. shuzhidaishu

    0下载:
  2. 用牛顿法,共轭梯度法,最速下降法完成矩阵的计算-Newton conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5417
    • 提供者:王三小
  1. Conjugate-gradient

    0下载:
  2. 共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the firs
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1249
    • 提供者:sunling
  1. -Common-non-binding

    2下载:
  2. 最优化常用无约束方法,内有最速下降法,newton法,共轭梯度法,坐标轮换发等程序,程序均用C语言编写!-The most common unconstrained optimization methods, steepest descent method within, newton method, conjugate gradient method, coordinate rotation of hair and other procedures, procedures are writte
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1035950
    • 提供者:祝小龙
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com