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

搜索资源列表

  1. slgohithm_descent

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

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:preprtcessor
  1. codes

    0下载:
  2. 手写数码(0到9)识别的神经网络框架。附有数据训练集和测试集。采用随机梯度下降的BP算法。可以修改参数,加入drop out和动量法。-Digital handwriting (0 to 9) of the neural network recognition framework. With training and test data sets. BP algorithm using stochastic gradient descent. Parameters can be modified
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:1681879
    • 提供者:宋骅昕
  1. Practice1

    0下载:
  2. 南京房价预测,线性回归执行梯度下降算法,用梯度下降算法预测2014年南京房价-Nanjing Housing Prace Prediction,Gradient Descent
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:2522
    • 提供者:实习生
  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. grad_descent

    0下载:
  2. gradient descent is the algorithm very useful in communication
  3. 所属分类:Communication

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:Subhankar
  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. 机器学习梯度下降

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

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

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

  1. 最速下降法

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

  1. INFO_编程作业(1)

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

    • 发布日期:2017-12-20
    • 文件大小:18841600
    • 提供者:axing202009
  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. GD

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

  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. Gradientes

    0下载:
  2. gradiente conjugado, levenberg, quase-newton e de newton
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:faizao
  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 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com