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

搜索资源列表

  1. BP

    0下载:
  2. BP神经网络程序,包含一个C语言的原始程序,看到BP的算法流程,还有两个改进的BP程序,包括自适应动量下降法和梯度下降法-BP neural network program, the original program that contains a C language, see BP algorithm process, there are two improved BP procedures, including adaptive momentum descent and gradient
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:16101
    • 提供者:sason
  1. linear-regressionpy

    0下载:
  2. python实现简单的单变量线性回归,使用MSE以及梯度下降两种方法-python simple univariate linear regression, using two methods MSE and gradient descent
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:xijiazhen
  1. linearregmatlab

    1下载:
  2. matlab实现简单的单变量线性回归,并详细实现了梯度下降过程-matlab simple univariate linear regression, and the detailed implementation of the gradient descent
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:xijiazhen
  1. steepest-descent--and-Newton

    0下载:
  2. function[x,val,k] dampnm(fun,gfun,hesse,x0) 功能:用阻尼牛顿法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun,hesse分别是目标函数值,梯度,hesse矩阵的函数 输出:x,val分别是近似最优点和最优值,k是迭代次数-The function/x, val, k dampnm (fun, gfun, Hesse, x0) function: with damped Newton method f
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:苗小楠
  1. fullersteep

    0下载:
  2. Application of Gradient Descent methodology to Fuller s Problem of Optimization
  3. 所属分类:matlab

  1. cnn

    1下载:
  2. 卷积神经网络的实现代码,包括训练,测试,SGD随机梯度下降法等功能。-Convolution neural network implementation code, including training, testing, SGD stochastic gradient descent and other functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9204440
    • 提供者:lee
  1. Attitude-Algorithm

    1下载:
  2. 两种基于互补滤波的姿态算法,对陀螺仪和加速度计进行数据融合,解算姿态。一种使用了梯度下降算法,另一种使用反馈修正和李雅普诺夫分析。-Two algorithms for attitude estimate based on complementary filtering. Data form Gyroscope and Accelerometer are fused. One is based on gradient descent algorithm while the other is ba
  3. 所属分类:transportation applications

    • 发布日期:2017-05-04
    • 文件大小:6136
    • 提供者:zhou
  1. tiduxiajiang

    0下载:
  2. 梯度下降法的图形表示,里面有详细的中文注释,运行即可看到结果。-Gradient descent graphical representation, which the Chinese have detailed notes, you can see the results running.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:637
    • 提供者:李杰
  1. MIT_lec5_steep_desce

    0下载:
  2. Lecture about Gradient Descent Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1095631
    • 提供者:erol ayhan
  1. bpback

    0下载:
  2. 神经网络比较基础的算法,实现梯度下降和反向传播,以及L2规范化、交叉熵代价函数的引入,卷积神经网络 该算法用于mnist数据测试,有详细中文注释-Neural network based on the comparison algorithm, gradient descent and back-propagation, and L2 standardization introduced cross entropy cost function, convolution neural netw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:4186
    • 提供者:li
  1. windows

    0下载:
  2. 最速梯度下降和广义逆最小二乘求解感知机,可以调的参数有迭代下降的因子还有广义逆求解时的向量b。-Steepest gradient descent and generalized least squares for solving inverse Perceptron, you can adjust the parameters as well as iterative decrease factor when solving generalized inverse vector b.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:954
    • 提供者:李克
  1. ex4

    0下载:
  2. 手写识别的实现,由bp算法和梯度下降算法实现的神经网络-Handwriting recognition achieved by the bp algorithm and gradient descent algorithm neural network
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-24
    • 文件大小:7628478
    • 提供者:wgyjc
  1. GUI_TDtest

    0下载:
  2. 梯度下降法进行系统辨识及GUI操作实现,注:主要使用第二类梯度下降法实现,谢谢大家!-Gradient descent method for system identification Matlab procedures and GUI interface operation
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:145015
    • 提供者:高峰记忆
  1. Linear-Regression

    0下载:
  2. 使用梯度下降法和解析法实现的线性回归算法。-Gradient descent algorithm using the linear regression method and analytical method to achieve.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1626
    • 提供者:byuqjf
  1. Logistic-Regression

    2下载:
  2. 使用梯度下降法、随机梯度下降法和牛顿法实现的逻辑回归算法。-Using a gradient descent method, stochastic gradient descent algorithm logistic regression method and Newton' s method to achieve.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2771
    • 提供者:byuqjf
  1. gradientDescent

    0下载:
  2. 机器学习中用于求解代价函数最小值的梯度下降算法-Machine Learning for solving the minimum cost function gradient descent algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:587
    • 提供者:Linus
  1. OVM

    0下载:
  2. A Dynamical Tikhonov Regularization for Solving Ill-posed Linear Algebraic Systems.pdf,以上论文提出的求解病态线性方程组的一种较新梯度下降法-A Dynamical Tikhonov Regularization for Solving Ill-posed Linear Algebraic Systems.pdf, more than one paper proposes solving ill-conditi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:654353
    • 提供者:linxk
  1. rgd

    0下载:
  2. Rosen梯度下降法的matlab实现,线搜索采用的是0.618法,其中的目标函数可以自己修改。-Rosen gradient descent method of Matlab implementation, line search using the 0.618 method, which can modify the objective function.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:3625
    • 提供者:visua
  1. grad_descent_

    0下载:
  2. gradient descent algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:sameh bac
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:367526
    • 提供者:陈怀兵
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com