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

搜索资源列表

  1. c_code_dbn

    0下载:
  2. 这是深度置信网的C++版本。 rbm.h 实现自动编码. mnist.h 读取MNIST数据文件 spectrum.inl RGBs与颜色的映射 demo.cc 训练/测试主程序-The deep learning algorithm is based on the matlab code provided by Geoff Hinton etc at http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1249062
    • 提供者:dengzxf
  1. CG_MNIST

    0下载:
  2. 只是一个关于用共轭梯度下降算法处理数据的程序,本程序处理的数据对象为MINST,该程序在线性搜索上有很好的效果-Only one on the use of conjugate gradient descent algorithm data processing procedures, the procedures for processing the data object is MINST, linear search for the program have a good effect o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:828
    • 提供者:gemini
  1. minGF

    0下载:
  2. 共轭梯度法,用于求解非线性约束问题,适用于matlab程序-Conjugate gradient method for solving nonlinear constrained problem for matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1261
    • 提供者:周颖
  1. gongetidu

    0下载:
  2. 本算法是基于数值计算中的共轭梯度编写的MATLAB程序。非常实用的一个小程序。-This algorithm is based on the numerical calculation of conjugate gradient written MATLAB program. Very practical one small program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:928
    • 提供者:温来福
  1. coursework

    0下载:
  2. 共轭梯度法解决矩阵方程问题-Conjugate gradient method to solve the matrix equation problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:707
    • 提供者:even
  1. CG_ex

    0下载:
  2. 共轭梯度发法matlab版本的一个实例源代码,带轨迹收敛图-a source code of conjugate gradient algorithm by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:836
    • 提供者:
  1. 1153304_4_5.cpp

    0下载:
  2. 用共轭斜量法求解n阶方程组,记录达到所需精确解的迭代次数。-Conjugate Gradient Method with solving n-order equations, exact solutions of the desired record number of iterations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1111
    • 提供者:小哈
  1. 1153304_4_6.cpp

    0下载:
  2. 本程序是运用共轭梯度法的数值计算方法来求解正定对称矩阵方程。-This procedure is to use the conjugate gradient method numerical method to solve symmetric positive definite matrix equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:953
    • 提供者:小哈
  1. CG_method

    0下载:
  2. 数学计算中CG法应用举例,CG法又名共轭梯度法,是一种常用的数学计算方法。-Application of mathematical calculations CG example, CG method known as conjugate gradient method, is a commonly used mathematical calculations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:王金浩
  1. GETD

    0下载:
  2. 自己写的用共轭梯度程序,虽然比较简单,但注释都很清楚,希望对大家有帮助-Write your own conjugate gradient procedures, although relatively simple, but the notes are very clear, we want to help
  3. 所属分类:Software Testing

    • 发布日期:2017-04-08
    • 文件大小:6138
    • 提供者:hehaiyang
  1. frcg

    0下载:
  2. 使用FR共轭梯度法求解无约束问题 输入包括初始点,目标函数和梯度 输出包括最优点和最优解,还有迭代次数-Use FR conjugate gradient method for solving unconstrained problems including initial entry points, the objective function and the gradient of the output, including the advantages and the most o
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:806
    • 提供者:Ruu
  1. solution

    0下载:
  2. 病态方程组的数值解法,Guass,Jacobi,SOR iteration,conjugate gradient method-numerical solution of ill-conditioned system of equations,Guass,Jacobi,SOR iteration,conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3443
    • 提供者:陶斯琴
  1. frcg

    0下载:
  2. 改进的共轭梯度法,具有很好的收敛效果,达到整体最有,在MATLAB中实现。-Improved conjugate gradient method, has a good convergence effect, to achieve the overall most realized in MATLAB.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:710
    • 提供者:chenchao
  1. dcg.m

    0下载:
  2. Preconditioned Conjugate Gradient iterative Ax=b solver.Routine to solve a symmetric positive definite linearsystem Ax = b using the Preconditioned Conjugate-Preconditioned Conjugate Gradient iterative Ax=b solver.Routine to solve a symmetric posit
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8996
    • 提供者:adit
  1. GCV

    0下载:
  2. 共轭梯度算法,改进后的算法,比较好用,已经验证过了。-Conjugate gradient algorithm, the improved algorithm, more useful, has been verified.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1938
    • 提供者:胡伟龙
  1. gongetidu

    0下载:
  2. 本matlab程序用共轭梯度法来求解多元模型的最小值(给出最小值和精度情况)-The matlab program conjugate gradient method to solve the minimum multivariate model (given the minimum and the accuracy of the situation)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:8143
    • 提供者:华哥
  1. Chap_08_Conjugate_Gradient_Method_1

    0下载:
  2. Conjugate Gradient Method in matlab
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:886
    • 提供者:Ramin
  1. conjgrad

    0下载:
  2. Conjugate Gradient Method by Yi Cao
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1526
    • 提供者:lsc223
  1. liner-formular

    0下载:
  2. 利用Jacobi迭代法和共轭梯度法来解线性方程组的matlab源代码-Use Jacobi iteration method and conjugate gradient method for solving linear equations matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:918
    • 提供者:李耀兵
  1. inversion

    2下载:
  2. 王家映关于地球物理资料非线性反演理论的讲座系列,包括11个文档(地球物理反演问题概述,蒙特卡洛法,模拟退火法,遗传算法,人工神经网络,共轭梯度,同伦反演法,量子遗传算法,蚁群算法,粒子群反演算法,模拟原子跃迁反演法)-Wang Ying on the theory of nonlinear inversion of geophysical data lecture series, including 11 documents (geophysical inversion problems out
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:8039756
    • 提供者:Yzc
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 30 »
搜珍网 www.dssz.com