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

搜索资源列表

  1. CG_PLUS

    0下载:
  2. 利用共轭梯度法(CG+)求解大规模无约束最优化问题,代码所用语言为Fortran77.-The use of conjugate gradient method (CG+) to solve large-scale unconstrained optimization problems, the code language for Fortran77.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:396570
    • 提供者:刘东
  1. ConjugateGradient

    0下载:
  2. 小波标架的共轭梯度算法(Mallat,信号处理的小波导引)-Conjugate gradient algorithm for computing daul function.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:5033
    • 提供者:MingZhang
  1. cgls

    0下载:
  2. 用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1364
    • 提供者:gongwei
  1. BpTRAINING

    2下载:
  2. 自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值- BP neural network training anaysis, realized by using error feed back, gradient descent applied updating of synaptic weights
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1286
    • 提供者:高维
  1. Optimizationcalculationsfortheconjugategradientmet

    0下载:
  2. 用于进行最优化计算的共轭梯度法,其中的很多东西值得学习和借鉴,下载不会后悔。-Optimized for the calculation of the conjugate gradient method, which is worth a lot of things to learn, download will not regret it.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:10552
    • 提供者:王庆峰
  1. ggsf

    0下载:
  2. 数值方法中的共轭梯度算法 希望有帮助 谢谢 共同探讨-Numerical methods conjugate gradient algorithm hopes to help Thank you to explore
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1239
    • 提供者:yaojinwei
  1. cauchy_2

    0下载:
  2. 工程最优化 共轭梯度法求解wood函数~-cauchy
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:11854
    • 提供者:joveliu
  1. tdrh

    0下载:
  2. 梯度锐化,图像处理的简单源代码。供初学者查看-Gradient sharpening, image processing, a simple source code. For beginners View
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:56139
    • 提供者:lyg
  1. grad

    1下载:
  2. 求RGB 的梯度值以及梯度方向 to obtain gradient magnitude and orientation of an RGB image-to obtain gradient magnitude and orientation of an RGB image
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:767
    • 提供者:Jerry
  1. TIDUXIAJ

    0下载:
  2. 多变量无约束问题的优化最优化方法之梯度下降法-Optimization of the gradient descent method
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:695
    • 提供者:王建君
  1. conjugate_gradient_method

    0下载:
  2. 1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:陈卫亮
  1. TransferOptimizationConstraintNonbindingProcedures

    0下载:
  2. 转最优化-约束 无约束共轭梯度法程序(c++)-Switch Optimization- constrained conjugate gradient method for unconstrained program (c++)
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:7127
    • 提供者:yeyingsong
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5791
    • 提供者:陈永恒
  1. PRP

    0下载:
  2. 最优化方法作业 PRP共轭梯度法 有算法分析 步骤 实例 实验结果和C++源程序-Optimization method operating PRP conjugate gradient method are examples of algorithm analysis step in the experimental results and C++ source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:30398
    • 提供者:kylin
  1. s1

    3下载:
  2. 利用自然梯度算法,仿真盲信号分离过程,并给出学习收敛曲线-Use of natural gradient algorithm, simulation blind signal separation process, and gives the convergence curve of learning
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1005
    • 提供者:zhangyong
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. 113172216bfgs

    0下载:
  2. 共轭梯度法,以及几种常见的的优化方法程序-Conjugate gradient method
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:14310
    • 提供者:hehuimin
  1. PRP_2

    1下载:
  2. 用共轭梯度算法——PRP算法求解无约束最优化问题-Conjugate gradient algorithm- PRP algorithm for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:1013
    • 提供者:li keli
  1. 24Bmp

    0下载:
  2. 24位真彩色图象的水平梯度, 垂直梯度,程序经过测试-24-bit True Color images of the horizontal gradient and vertical gradient
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1951777
    • 提供者:
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com