CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 梯度下降算法

搜索资源列表

  1. data-mining-gradient-descent

    0下载:
  2. 机器学习,数据挖掘,利用梯度下降的算法来实现。-Machine learning, data mining, using the gradient descent algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1.11mb
    • 提供者:jammy
  1. bp-neural

    0下载:
  2. 采用动量梯度下降算法来训练 BP 神经网络,效果很好-BP neural training
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:4.78kb
    • 提供者:兰婷
  1. bp-neural-training

    0下载:
  2. 采用动量梯度下降算法来训练 BP 神经网络,效果很好-BP neural training
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:4.79kb
    • 提供者:兰婷
  1. conjugateGradient

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:982byte
    • 提供者:wang yikai
  1. dongliangsuanfa

    0下载:
  2. 采用动量梯度下降算法训练BP网络,证明,一个3层的BP网络能够实现任意的连续映射,可以任意精度逼近任何给定的连续函数。-Using momentum gradient descent algorithm to train the BP network, proved that a three-layer BP network to any continuous mapping can be arbitrary-precision approach any given continuous fun
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:14.81kb
    • 提供者:微信
  1. Exercise8

    0下载:
  2. LES算法。包含梯度下降法优化算法,并且以图示每一步迭代权值如何更新。-LES algorithms. Contains gradient descent optimization algorithm, and with each iteration illustrates how to update the weights.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:邝生
  1. SVD_Simon

    0下载:
  2. SVD算法,用来实现矩阵分解,采用了梯度下降的思想来进行计算- SVD algorithm is used to implement matrix decomposition, using a gradient descent ideas to be calculated
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.07kb
    • 提供者:刘沁源
  1. gradient_descent-

    0下载:
  2. 梯度下降算法Python实现,用于logistic regression的训练问题。-Python implementation gradient descent algorithm for training logistic regression problems.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:635byte
    • 提供者:E-virus
  1. FNN

    0下载:
  2. 模糊神经网络,梯度下降算法。能以任意精度逼近任意连续函数-Neural network, gradient descent algorithm. Arbitrary precision can approximate any continuous function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5.78kb
    • 提供者:xujinchao
  1. haml

    0下载:
  2. 用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解-By c++ implementation of a gradient descent algorithm of multivariate function extreme value, is likely to fall into local optimal solution
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:1kb
    • 提供者:kiffdny
  1. 机器学习梯度下降

    1下载:
  2. 机器学习监督学习算法,梯度下降、批梯度下降(Machine learning supervised learning algorithms, gradient descent, batch gradient descent.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2kb
    • 提供者:涂涂兽
  1. Untitled

    1下载:
  2. 建立BP神经网络, 12个隐层神经元,4个输出神经元 tranferFcn属性 'logsig' 隐层采用Sigmoid传输函数 tranferFcn属性 'logsig' 输出层采用Sigmoid传输函数 trainFcn属性 'traingdx' 自适应调整学习速率附加动量因子梯度下降反向传播算法训练函数 learn属性 'learngdm' 附加动量因子的梯度下降学习函数(The BP neural network is established, with 12 hidden la
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1kb
    • 提供者:7123
  1. BPdaqi

    0下载:
  2. 利用BP神经网络,以及梯度下降算法,实现对大气PM2,5的预测。(The prediction of atmospheric PM2. 5 is realized by BP neural network and gradient descent algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:蓝柒
  1. tdxj

    1下载:
  2. 机器学习中的梯度下降算法的python版本的代码实现。有需要的可以下载(Implementation of the python version of the gradient descent algorithm in machine learning. There is a need to download)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:王叔
  1. 优化算法

    2下载:
  2. 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:旺旺饼干
  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1.77mb
    • 提供者:韬文
  1. A1

    0下载:
  2. 基于梯度下降的推荐算法, 数据库来自neflix网站所注册的用户。(recommendation algorithm based on gradient descent)
  3. 所属分类:其他

  1. L-BFGS-B-C-master

    1下载:
  2. 基于梯度下降法的最优迭代算法,在深度学习和神经网络中应用非常广泛,也非常好用(The optimal iterative algorithm based on gradient descent method is widely used in depth learning and neural network, and it is also very useful.)
  3. 所属分类:其他

    • 发布日期:2019-10-30
    • 文件大小:161kb
    • 提供者:Jed2013
搜珍网 www.dssz.com