搜索资源列表

  1. Thesteepestdescentmethodprogram

    0下载:
  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 se
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王爱华
  1. 1

    0下载:
  2. 进行最优化搜索中的牛顿法以及最速下降法运算,可根据已知函数以及初始点位置查到最优点-Optimized search of the Newton method and steepest descent method operation, according to the initial position of known function, and found the benefits of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:程旭元
  1. matlab

    0下载:
  2. 最速下降梯度法matlab程序和用拟牛顿法求极小值点-apply a gradient–descent based error minimization approach to minimize the difference between the real deformation and the simulated one given the elasticity parameters
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:侯小叶
  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 gr
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:
  1. conjgrad

    0下载:
  2. 在matlab中实现共轭梯度算法,它的基本思想是在共轭方向法和最速下降法之间建立某种联系,以求得到一个既有效又有较好收敛性的算法-based on matlab to realize arithmetic of conjugate grads
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:缪飞
  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编程

    • 发布日期:2024-05-10
    • 文件大小:236544
    • 提供者:徐志东
  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 de
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:369664
    • 提供者:马一
  1. C_bp

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

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:陈财雄
  1. Matlab_bp

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:陈财雄
  1. Fortran_bp

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

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:陈财雄
  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例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:于春娜
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:caibuxinhanxin
  1. matlab-steep-decent-method

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:liangliang
  1. shuzhidaishu

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

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:王三小
  1. Conjugate-gradient

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:sunling
  1. backprop

    0下载:
  2. 神经网络程序,最速下降法,国外用c语言编写的。-bp net
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:李瑞
  1. -Common-non-binding

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

    • 发布日期:2024-05-10
    • 文件大小:1036288
    • 提供者:祝小龙
  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 equa
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:玛丽
  1. BP

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

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:chenqian
  1. shili96

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:岳翠翠
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »

源码中国 www.ymcn.org