搜索资源列表

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

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

    • 发布日期:2010-04-03
    • 文件大小:8028
    • 提供者:aztmaster
  1. 感知准则函数

    0下载:
  2. 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. bp2

    0下载:
  2. 基于梯度下降的BP算法,可以调整学习率可动量因子.-based on the gradient descent algorithm BP, the learning rate can be adjusted momentum factor.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:李四
  1. BpNetJava

    0下载:
  2. 单隐层神经网络,采用标准梯度下降法进行训练-single hidden layer neural network, using standard gradient method for training
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:32768
    • 提供者:李佳
  1. BPgaijin

    0下载:
  2. 采用动量梯度下降算法训练BP网络,有需要的下哦~-using gradient descent algorithm BP training network, it is necessary to the next, oh ~
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:kongpin
  1. tdrbf

    0下载:
  2. (转载)在网上找的用梯度下降算法开发的rbf神经网络曲线拟和程序。 -(reproduced) on the Internet to find the gradient descent algorithm development of the neural network rbf curve fitting and procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:gwg
  1. minimize

    0下载:
  2. Conjugate Gradient Minimization在梯度下降算法中有着重要应用。可以解决一些一般方法不容易解决的问题-Conjugate Gradient Minimization in the gradient descent algorithm has important applications. General approach can solve some difficult problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:ZhangGeng
  1. rbf2

    1下载:
  2. 此源代码仍然是训练RBF网络的,但用的算法是梯度下降法,算法仍然是自己写的-This source code is still training RBF network, but the algorithm is gradient descent algorithm, the algorithm is still wrote it myself
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:张媛
  1. Steepest

    1下载:
  2. 计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:宗丹
  1. gradient_demo.m.tar

    0下载:
  2. 梯度下降算法实现程序,梯度下降算法实现程序-Gradient descent algorithm procedure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:ade
  1. zuisutidu

    0下载:
  2. 最速梯度下降法-Steepest gradient descent method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:peter
  1. opt_steep

    0下载:
  2. 最速下降法,沿梯度下降的方法寻找最优解的经典方法-Steepest descent method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:wu ya
  1. 机器学习梯度下降

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

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:涂涂兽
  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. 所属分类:人工智能/神经网络/遗传算法

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

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

    • 发布日期:2024-05-15
    • 文件大小:1165312
    • 提供者:海盗卖拐
  1. 大数据_协同过滤_梯度下降

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

  1. 2016.06.29梯度下降softmax回归

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

    • 发布日期:2024-05-15
    • 文件大小:4339712
    • 提供者:上达成
  1. 最小二乘法-梯度下降法-牛顿法

    0下载:
  2. 用Python3在jupyter notebook实现最小二乘法,梯度下降法和牛顿法(Using Python3 to realize least square method, gradient descent method and Newton method in jupyter notebook)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:196608
    • 提供者:奘晨
  1. 基于自然梯度下降法的故障诊断

    0下载:
  2. 基于自然梯度下降法的故障诊断,程序可以运行,有参考论文(Fault diagnosis based on natural gradient descent method, the program can run, there are reference papers)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1175552
    • 提供者:刘海啊
  1. matlab梯度下降可视化

    0下载:
  2. matlab梯度下降可视化matlab梯度下降可视化
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-01-05
    • 文件大小:1299
    • 提供者:limodf
« 12 3 4 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org