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

搜索资源列表

  1. steepest

    0下载:
  2. 利用最陡下降法仿真实现了自适应滤波均衡器,该方法用硬件能方便实现.-use of the steepest descent method Simulation of the adaptive filter equalizers, the method can be used to facilitate the achievement of hardware.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:研究生活
  1. Optimization

    3下载:
  2. 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-20
    • 文件大小:1.81kb
    • 提供者:anytry
  1. nonrigid_version7b

    1下载:
  2. 非刚性图像配准算例,包括最速梯度下降优化、二次样条、2D/3D配准、互信息最小化、3D仿射等多种配准算法。 非刚性配准是当前应用最多的配准方法,用于处理有较大位移的配准问题-Non-rigid image registration examples, including the steepest gradient descent optimization, quadratic spline, 2D/3D registration, mutual information minimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:240.28kb
    • 提供者:zhangji
  1. 最速梯度法

    0下载:
  2. 在MATLAB中开发的最速梯度法算例-in MATLAB development of the steepest gradient method counting cases
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3.04kb
    • 提供者:宫志国
  1. Steepest

    3下载:
  2. 计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-20
    • 文件大小:1.18kb
    • 提供者:宗丹
  1. conjugategrads

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

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

    0下载:
  2. 可以解决最优化分析问题里边的最速下降法问题,已经通过vc++测试-Optimization analysis can solve the problem inside the steepest descent method problems, has been passed vc++ Test
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:801byte
    • 提供者:charles
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4.5kb
    • 提供者:闫安心
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3.15kb
    • 提供者:白浩泉
  1. zsxjf

    0下载:
  2. 最速下降法,是数值分析中很重要的一种,源码为其在matlab中的实现。-Steepest descent method, numerical analysis is a very important one in the matlab source code for its realization.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1012byte
    • 提供者:马丫
  1. steepest_descent_method

    0下载:
  2. 采用最速下降法查找最小值,采用H终止准则,计算时间很快,很适合初学者使用-Steepest descent method using the minimum search using H termination criteria, the computation time soon, it is suitable for beginners to use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.97kb
    • 提供者:sailorkai
  1. steepest.decent.method.tar

    0下载:
  2. c code for steepest decent method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6.47kb
    • 提供者:ganesh
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738byte
    • 提供者:lilin
  1. Equalizer_LSM

    0下载:
  2. 基于LM算法实现的均衡器。采用梯度估计近似实现最陡下降法。给出最后实验误差平方的均值曲线图。有完整的注释。-LM algorithm based on the equalizer. Similar to the realization of the estimated gradient steepest descent method. Finally, given the experimental error of the mean-square curve. Note complete.
  3. 所属分类:3G develop

    • 发布日期:2017-04-07
    • 文件大小:774byte
    • 提供者:why98
  1. defuzzy

    0下载:
  2. Animation for steepest descent, Newton, and LM directions
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:520byte
    • 提供者:ev4nsence
  1. steepest_descent

    0下载:
  2. Steepest Descend Algorithm with optimum step size computation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.73kb
    • 提供者:holi
  1. steepest_method_with_const_step

    0下载:
  2. NUMERICAL OPTIMIZATION: This steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2 + 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.-NUMERICAL OPTIMIZ
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:824byte
    • 提供者:venera
  1. steepestdescent

    0下载:
  2. Steepest descent have been applied to a biomedical application data and the component responsible for key operation is obtained
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3.25kb
    • 提供者:Madhavaraja
  1. steepest_descent

    0下载:
  2. Numerical optimization, Steepest descent
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.38kb
    • 提供者:ehwa
  1. Steepest_descent

    0下载:
  2. Algorithm for Steepest Descent optimisation of an 2D function Comments in Romanian
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:25.6kb
    • 提供者:PSP
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com