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

搜索资源列表

  1. conjugation

    0下载:
  2. 共轭梯度法程序,适合学习最优化算法和理论的学生,其中包括各种算例,后面附有相应的程序代码-Conjugate gradient procedure for optimization algorithms and theoretical study of students, including a variety of examples, with the corresponding code behind
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:153373
    • 提供者:贾鹏飞
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  1. numeral-examples

    0下载:
  2. 用gauss-sedel、SOR、梯度法、PR格式等分别计算数值微分方程,PR方法实现二阶微分方程的数值求解-With a gauss-sedel, SOR, gradient, PR format values ​ ​ were calculated differential equations, PR method the numerical solution of second-order differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7205
    • 提供者:张绣
  1. 111

    0下载:
  2. 一类修正的DY共轭梯度法及其全局收敛性A modified DY conjugate gradient method and its global convergence -A modified DY conjugate gradient method and its global convergence
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:453892
    • 提供者:jili123
  1. simple-grad-desend

    1下载:
  2. 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
  3. 所属分类:Data structs

    • 发布日期:2015-07-28
    • 文件大小:111616
    • 提供者:王涵
  1. zuisuxiajiangfa

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

    • 发布日期:2017-03-29
    • 文件大小:2540
    • 提供者:刘小祖
  1. cg

    0下载:
  2. 共轭梯度法,有例子。使用MATLAB编程,居实用性。-include example.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:626
    • 提供者:YU Peng
  1. cxc

    0下载:
  2. 在源信号和传输信道未知情况下,只利用接收天线的观测数据抽取源信号,称为盲信号分离.盲信号分离不仅是信号处理界、而且也是神经网络界的研究热点课题,在无线数据通信、雷达、图像、语音、医学以及地震信号处理等领域都具有广阔的应用前景.采用自然梯度法和分阶段学习法。-The source signal and transmission channel is unknown circumstances, using only observational data extraction receiving a
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:78109
    • 提供者:chenxiaocen
  1. P_R_P

    0下载:
  2. 共轭梯度法,hessian矩阵计算,强迫正定Cholesky分解以及Gill_Murray改进Newton法的C语言实现。-Conjugate gradient method, hessian matrix calculation, forced definite Cholesky decomposition and Gill_Murray improved Newton method C language.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:129366
    • 提供者:seaman
  1. edge_detect

    0下载:
  2. 自己编的经典边缘检测和锐化算法,包含正交梯度法、Roberts梯度算子法、Prewitt梯度算子法、Sobel算子法、各向同性Sobel算子法;以及matlab自带工具箱相应算法的实现结果。希望对初学数字图像处理的朋友有帮助。-Their own series of classic edge detection and sharpening algorithms, including the orthogonal gradient method, Roberts gradient operato
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2352
    • 提供者:guerchengmin
  1. application-of-CG-and-Gauss-Seidel-

    0下载:
  2. 共轭梯度法和Gauss-Seidel迭代法的matlab实现,实例操作,取得了良好的效果-Conjugate gradient method and the Gauss-Seidel iteration method matlab implementation, instance operations, and achieved good results
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:42898
    • 提供者:张明
  1. 258

    0下载:
  2. 带动量,自适应学习速率的梯度下降法; 刚建立的网络误差 ; 对学习训练后的网络仿真; 误差函数赋值-matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4345
    • 提供者:食品
  1. smooth

    0下载:
  2. 使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -smooth and sharpen
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8294206
    • 提供者:strong
  1. mcmcCG

    0下载:
  2. 将共轭梯度法和模拟退火算法相结合,快速实现复杂函数的优化.-It is a simulated annealing algorithm combined with conjugate gradient methods to optimize the complex functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4302
    • 提供者:jeri
  1. fredhlom

    0下载:
  2. 梯度法求解第一类fredhlom积分方程的源代码-Gradient method for solving integral equations of the first class fredhlom source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:10671
    • 提供者:刘吉超
  1. CG

    0下载:
  2. 共轭梯度法+最优化方法+c++程序融合 解线性方程组-Conjugate gradient optimization method++ c++ application integration solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者:zn
  1. le

    0下载:
  2. 无约束共轭梯度法程序,有注释,vc编译通过了,很好用呢-gradu method no restraint
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8056
    • 提供者:杨光大
  1. RBF_Gradient.m

    0下载:
  2. rbf梯度法网络来做预测,过程很适合初学者懂的。很详细,很容易的!-RBF gradient method to predict the network, the process is very suitable for beginners understand. Very detailed, easy!
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:781
    • 提供者:yuanjianzhou
  1. getdf

    0下载:
  2. 用共轭梯度法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-Conjugate gradient method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:张帆
  1. matlab-program

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

    • 发布日期:2017-03-31
    • 文件大小:25099
    • 提供者:丁长涛
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com