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

搜索资源列表

  1. 动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例

    2下载:
  2. 动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例,可以直接运行。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-04-03
    • 文件大小:8028
    • 提供者:aztmaster
  1. RBF_s

    4下载:
  2. 径向基神经网络,使用的算法梯度下降法,比较清晰,适合于初学神经网络的用户-RBF neural network, using gradient descent algorithm, more clarity, suitable for novice users of neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:673
    • 提供者:simbabi
  1. backprop

    1下载:
  2. BP神经网络的c++源代码,基于改进的梯度下降算法实现-BP neural network c++ source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3626
    • 提供者:zachary
  1. ANN

    3下载:
  2. BP神经网络的matlab程序(动量梯度下降算法训练 、贝叶斯正则化算法)-BP neural network matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-07-21
    • 文件大小:37656
    • 提供者:冯江
  1. gradient_demo.m.tar

    1下载:
  2. 梯度下降算法实现程序,梯度下降算法实现程序-Gradient descent algorithm procedure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:771
    • 提供者:ade
  1. ebp1

    1下载:
  2. matlab动量梯度下降算法 生成一个新的前向神经网络 对BP神经网络进行训练 对BP神经网络进行仿真-Momentum matlab gradient descent algorithm to generate a new feed-forward neural networks trained BP neural network on the BP neural network simulation
  3. 所属分类:matlab

    • 发布日期:2016-12-21
    • 文件大小:645
    • 提供者:
  1. sg_min2.4.1.tar

    1下载:
  2. 黎曼流形上的优化算法。目标函数定义在黎曼流形上,在流形上利用梯度下降等进行优化-Provides four iterations for optimization on the Steifel and Grassmann manifolds: dog-leg steps Polak-Ribiere nonlinear CG Fletcher-Reeves nonlinear CG Newton s method Contains applications for n
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-06-04
    • 文件大小:31109
    • 提供者:sun
  1. BpTRAINING

    2下载:
  2. 自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值- BP neural network training anaysis, realized by using error feed back, gradient descent applied updating of synaptic weights
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1286
    • 提供者:高维
  1. ganzhiqi

    0下载:
  2. 模式识别里的感知器算法,基于分类应用,校正方法是最优化技术中的梯度下降法。-Inside the sensor pattern recognition algorithm, based on classification applications, calibration method is the optimization of the gradient descent.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:7257
    • 提供者:tantao
  1. 机器学习梯度下降

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

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:涂涂兽
  1. 最速下降法

    1下载:
  2. 梯度下降法是一个最优化算法,通常也称为最速下降法。最速下降法是求解无约束优化问题最简单和最古老的方法之一,虽然现在已经不具有实用性,但是许多有效算法都是以它为基础进行改进和修正而得到的。最速下降法是用负梯度方向为搜索方向的,最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is an optimization algorithm, also known as steepest descent. The steepest descent meth
  3. 所属分类:matlab例程

  1. GD

    1下载:
  2. 机器学习课程中的梯度下降算法的代码示例(MATLAB版本)(Code examples of gradient descent algorithms in machine learning programs)
  3. 所属分类:图形图象

  1. 求平均距离算法、水算法、梯度算法

    0下载:
  2. 使用matlab的分水岭算法对骨关节图像进行分割,基于梯度下降的方法进行优化(The MATLAB watershed algorithm is used to segment the bone and joint images, and the gradient descent method is used to optimize the segmentation)
  3. 所属分类:matlab例程

  1. 梯度下降

    1下载:
  2. 这是一篇精华文章,详细的说明了深度学习梯度下降算法的思想,并附有程序结果。(This is an essence of the article, detailed descr iption of the depth of learning, gradient descent algorithm ideas, along with program results.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:1210368
    • 提供者:十年12345
  1. 机器学习_梯度下降算法实现

    0下载:
  2. 机器学习_梯度下降算法实现——C++ 程序使用方法: 程序只包括一个源文件gradient.cpp 运行的时候,将train.dat和test.dat两个数据及gradient.cpp放在同个目录下. 利用以下命令行操作即可. g++ gradient.cpp -o gradient gradient 程序运行的结果会在命令行中打印出来 该程序10秒钟内可以运行结束.(Machine learning _ gradient descent algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:1165312
    • 提供者:海盗卖拐
  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
    • 文件大小:1024
    • 提供者:王叔
  1. 基于backtracking和0.618的两种梯度下降直线搜索算法

    3下载:
  2. 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
  3. 所属分类:matlab例程

  1. 大数据_协同过滤_梯度下降

    0下载:
  2. 给定10000个用户和他们对10000个电影的评价,然后通过协同过滤或梯度下降算法,用训练集训练数据,预测出用户对未看的电影的评分,并与测试集对比验证预测结果的准确性(You can learn Chinese,and read the Chinese introduction.)
  3. 所属分类:大数据

  1. Desktop

    1下载:
  2. 梯度下降算法的简单实现,比较基础,用于入门理解梯度下降算法(gd algorithm,basic and easy)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:_dirtymind
  1. 2016.06.29梯度下降softmax回归

    2下载:
  2. 介绍梯度下降算法,用实例来说明其运行原理(Gradient descent soft Max regression)
  3. 所属分类:matlab例程

    • 发布日期:2018-11-15
    • 文件大小:4339712
    • 提供者:上达成
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com