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

搜索资源列表

  1. Practice2

    1下载:
  2. 根据学生两次考试成绩的数据来预测学生是否能被大学录取,用逻辑斯蒂回归算法实现,分别执行梯度下降算法、随机梯度下降算法、牛顿法-According student test scores twice to predict whether the student can be admitted to universities, implemented in logistic regression algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:实习生
  1. cheek

    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. 所属分类:Linux Network

    • 发布日期:2017-12-12
    • 文件大小:1122
    • 提供者:Iiajg
  1. e2029bd3daf3

    0下载:
  2. BP神经网络的java源代码,采用动量梯度下降法-BP neural network java source code, the use of momentum gradient descent method
  3. 所属分类:Java Develop

    • 发布日期:2017-12-12
    • 文件大小:24988
    • 提供者:亮亮
  1. tiduxiajiangfa

    0下载:
  2. 第二类随机性辨识问题的梯度下降法修正算法和随机牛顿法系统辨识程序-Gradient descent method correction algorithm and stochastic Newton method system identification program for the second class stochastic identification problem
  3. 所属分类:Data structs

    • 发布日期:2017-12-13
    • 文件大小:4790
    • 提供者:赵晓
  1. PGD

    0下载:
  2. 最优化方法之近端梯度下降法,适用于L1正则项的最优化。-Proximal gradient descent
  3. 所属分类:Big Data

    • 发布日期:2017-12-13
    • 文件大小:98613
    • 提供者:安安7
  1. bpNeural-network-instance

    0下载:
  2. 例1 采用动量梯度下降算法训练 BP 网络。 例2 采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。-Example 1 uses the momentum gradient descent algorithm to train the BP network. Example 2 uses the Bayesian
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:31744
    • 提供者:李晓霜
  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
    • 文件大小:1024
    • 提供者:kiffdny
  1. RBF_Control

    1下载:
  2. RBF神经网络控制器,梯度下降更新算法;(RBF neural controller)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:188416
    • 提供者:TerenceTeng
  1. Nesterov-accelerated-gradient-descent-master

    0下载:
  2. 加速梯度下降算法求函数最优值,用加速梯度下降算法,可以明显缩短优化时间(accelerated gradient descent algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:小逸
  1. armijo-constant-diminishing

    1下载:
  2. 使用梯度下降法求无约束问题最优解,包括最速下降法,常数步长下降法等。(Find the best solution to the unconstrained problem, using gradient descent method.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:Yuski
  1. tensorflow-cnn

    3下载:
  2. 基于TensorFlow的mnist数据集识别,使用CNN的方法,采用梯度下降学习(MNIST data set recognition based on TensorFlow, using CNN method, using gradient descent learning)
  3. 所属分类:人工智能/神经网络/深度学习

  1. (FR共轭梯度法程序)

    0下载:
  2. 在共轭梯度法的实际使用中, 通常在迭代 ?? 步或 ?? + 1 步之后, 重新取负梯 度方向作为搜索方向, 我们称之为再开始共轭梯度法. 这是因为对于一般非二次 函数而言, ?? 步迭代后共轭梯度法产生的搜索方向往往不再具有共轭性. 而对于 大规模问题, 常常每 ??(?? < ?? 或 ?? ? ??) 步就进行再开始. 此外, 当搜索方向不 是下降方向时, 也插入负梯度方向作为搜索方向.(In the practical use of conjugate gradient m
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:梦梦111
  1. HPPP&distance matriix &gradient descent method

    3下载:
  2. 使用HPPP进行多小区、多用户撒点之后,计算任意用户到任意小区的距离,和梯度下降法寻找最优解(After using HPPP for multi cell and multi-user dissemination, the distance between any user and any cell is calculated;and the gradient descent method is used to find the optimal solution.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:See you later
  1. INFO_编程作业(1)

    0下载:
  2. 采用非监督学习方法 中的梯度下降法,实现简单分类,(Gradient descent method is used to realize simple classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:18841600
    • 提供者:axing202009
  1. Logistic-regression

    0下载:
  2. 三种梯度下降的logistic regression机器学习入门代码(three logistic regression methods for machine learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:hierarch
  1. CNTK

    0下载:
  2. 在深度的重要性的驱使下,出现了一个新的问题:训练一个更好的网络是否和堆叠更多的层一样简单呢?解决这一问题的障碍便是困扰人们很久的梯度消失/梯度爆炸,这从一开始便阻碍了模型的收敛。归一初始化(normalized initialization)和中间归一化(intermediate normalization)在很大程度上解决了这一问题,它使得数十层的网络在反向传播的随机梯度下降(SGD)上能够收敛。 当深层网络能够收敛时,一个退化问题又出现了:随着网络深度的增加,准确率达到饱和(不足为奇)然后迅
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:59675648
    • 提供者:夏豆子
  1. loeal

    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. 所属分类:进程与线程

  1. Bpnet

    0下载:
  2. 梯度下降法BP神经网络程序,可读取CSV文件(Gradient descent BP neural network program, can read CSV file)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:7427072
    • 提供者:黑鱼尾
  1. Newton

    0下载:
  2. 回溯先搜索法梯度下降法与牛顿迭代算法结合的MATLAB例程(Backtracking first search method, gradient descent method and Newton iterative algorithm combined with MATLAB routines)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:6035456
    • 提供者:carpinter
  1. Project1

    1下载:
  2. 多层神经网络,在训练过程中采用自适应学习率Adagrad方法。可以实现回归或分类问题。(The adaptive learning rate Adagrad method is adopted in the training process of the multilayer neural network. Regression or classification problems can be achieved.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:4096
    • 提供者:ring0o0o
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 26 »
搜珍网 www.dssz.com