搜索资源列表

  1. backprop

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

    • 发布日期:2024-05-20
    • 文件大小: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-20
    • 文件大小: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-20
    • 文件大小: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-20
    • 文件大小:4096
    • 提供者:chenqian
  1. shili96

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:岳翠翠
  1. zuisuxiajiangfa

    0下载:
  2. 最速下降法(steepest descent method)是以负梯度方向作为下降方向的极小化算法,又称梯度法,是1874年法国科学家Cauchy提出的,最速下降法是无约束最优化中最简单的方法。-Steepest descent method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:刘小祖
  1. grad

    0下载:
  2. 最速下降法,用最速下将法求解无约束优化问题的matlab程序。-Steepest descent method, with the most under-speed method for solving unconstrained optimization problems matlab program.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lisi
  1. Objective-function-extremum

    0下载:
  2. 采用了精确一维搜索法进行目标函数求极值,其中使用了黄金分割法,最速下降法和拟牛顿法。-Using the exact one-dimensional search method to the objective function extremum, which uses the golden section method, steepest descent and quasi-Newton method.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:海风
  1. Optimization-method

    0下载:
  2. 最优化方法及其Matlab程序设计,乘子法程序,非线性最小二乘问题源码,最速下降法与牛顿法源码-Optimization method and Matlab programming, multiplier method procedures, non-linear least squares problem source, the steepest descent method and Newton' s law code, et
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:郝梦
  1. zsxjf

    0下载:
  2. 最速下降法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-Steepest descent method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张帆
  1. FastestDescent

    0下载:
  2. 工程优化中,用最速下降法和牛顿法求解目标函数的最优解-In Engineering optimization, use the steepest descent method and Newton s method for solving the optimal solution of objective function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:sarah
  1. quickdrop

    0下载:
  2. 这是无约束最优化理论的一个小例子,用的是最速下降法。-This is the theory of unconstrained optimization of a small example, using the steepest descent method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:185344
    • 提供者:lj
  1. matlab-program

    0下载:
  2. 基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method wit
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:丁长涛
  1. gongchengyouhua

    0下载:
  2. 使用c简单描述工程优化中的最速下降法、牛顿法以及共轭方向法-Using the c simple descr iption of engineering optimization in the steepest descent method, quasi-Newton method and conjugate direction method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:675840
    • 提供者:袁帅
  1. Opt_Steepest

    0下载:
  2. 用最速下降法求最优化解-matlab编程-With the steepest descent method for the optimal resolving-matlab programming
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:吕莫
  1. UnwellLineEquSet-matlab

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

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:Gaivn Jin
  1. zsxjf

    0下载:
  2. 利用matlab写的高斯消元法和最速下降法程序-zsxjf base on matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:晓亮
  1. zuiyoutidu

    0下载:
  2. 最速下降法的Matlab程序,实现函数无约束条件下的最小值求解-Steepest descent method in Matlab, functions to achieve the minimum under no constraints to solve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:fish
  1. optimizacourse

    0下载:
  2. 最优化 最速下降法 黄金分割法 DFP 乘子法-Optimization Steepest descent method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:李探
  1. steepest-descent

    0下载:
  2. 这是一个用最速下降法求解线性方程的方法,程序代码使用matlab语言。 -This is a steepest descent method for solving linear equations, program code using matlab language.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:建勋
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »

源码中国 www.ymcn.org