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

搜索资源列表

  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. Conventionaloptimization

    0下载:
  2. 本程序包 包括一些常用的常规优化算法,包括抛物线法、最速下降法、黄金分割法、牛顿法等,可作为学习优化算法的参考-This package includes some commonly used conventional optimization algorithms, including the parabola method, steepest descent method, golden section method, Newton s law so it can be used as re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9311
    • 提供者:王强
  1. zuisuxiajiang

    0下载:
  2. 最速下降法,优化算法的一种,具有二次收敛性,若目标函数为二次正定函数,经有限步可达到极小点-Steepest descent method, an algorithm with quadratic convergence, if the objective function is quadratic positive definite function can be achieved by the finite step minima
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:833
    • 提供者:qch
  1. chushi

    0下载:
  2. gui界面实现解方程,分为三种:牛顿叠加法、二分法最速下降法。-gui interface to achieve solutions of equations, is divided into three types: Newton superposition method, steepest descent method dichotomy.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:6479
    • 提供者:牛晓亮
  1. Thesteepestdescentmethodprogram

    1下载:
  2. 用最速下降法求二元函数f(x)=2*x1^2+x2^2,的最优解,初值设为【1,1】,误差限设为0.1,并且给出了函数的等高线图,给出了点的轨迹-Find the steepest descent method with the binary function f (x) = 2* x1 ^ 2+ x2 ^ 2, the optimal solution, 1,1】 【initial set, the error limit is set to 0.1, and gives the functi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:864
    • 提供者:王爱华
  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. conjugate_gradient

    0下载:
  2. 共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the first derivative information, but the steepest descent method to overcome the d
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:369887
    • 提供者:马一
  1. C_bp

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2299
    • 提供者:陈财雄
  1. Matlab_bp

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:517
    • 提供者:陈财雄
  1. ma1104

    0下载:
  2. 利用最速下降法的3输入2使出的BP网络,可以快速的得到训练结果-Steepest descent method using 3-input 2 resorted to the BP network, the result can be trained quickly
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:522
    • 提供者:于春娜
  1. zuisuxiajiangfa

    0下载:
  2. 最优化理论与方法最速下降法C++源代码最优化理论与方法最速下降法C++源代码-Optimization theory and methods of steepest descent C++ source code for the optimization theory and method of steepest descent C++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:671
    • 提供者:caibuxinhanxin
  1. matlab-steep-decent-method

    0下载:
  2. matlab最速下降法,简单的求二次函数的hesse矩阵-steep decent method
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:728
    • 提供者:liangliang
  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. backprop

    1下载:
  2. 神经网络程序,最速下降法,国外用c语言编写的。-bp net
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2684
    • 提供者:李瑞
  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. mulFastDown

    0下载:
  2. 最速下降法求解非线性方程组,此程序求解了【6x-sin(y)-50=0 cos(x)-4y-70=0】这一方程的解,大家可以把方程组改换,应用于自己的题目,例子。-Steepest descent method for solving nonlinear equations, this procedure solved 【6x-sin (y)-50 = 0 cos (x)-4y-70 = 0】 solution of this equation, we can change the equati
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:543
    • 提供者:玛丽
  1. BP

    0下载:
  2. 构建BP神经网络,源码。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-BP neural network to build, source. BP network can learn and store a lot of input- out
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:4126
    • 提供者:chenqian
  1. shili96

    0下载:
  2. 制作运用最速下降法解线性方程组的用户界面-Making use of the steepest descent method solving linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:735
    • 提供者:岳翠翠
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com