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

搜索资源列表

  1. descent

    1下载:
  2. 自适应滤波中的最速下降法仿真程序,课程的大作业,可以绘制梯度曲线-Adaptive Filter steepest descent method simulation program, course the big job, you can draw the gradient curve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1185
    • 提供者:lurui
  1. hmmtrain

    0下载:
  2. 1.自己推导出来的mean与covariance来train theta 2.自己推导出来的mean与covariance来跑Viterbi 3.推theta时的Gradient Descent: Learing Rate: 0.000001 GD iter : 50 iteration 4.Scaler : 1/260-1. Their derived mean and covariance to train theta 2. Their derive
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:140611
    • 提供者:jefferychang
  1. DE

    0下载:
  2. 差分进化算法(Differential Evolution, DE)是一种新兴的进化计算技术。它是由Storn等人于1995年提出的,最初的设想是用于解决切比雪夫多项式问题,后来发现DE也是解决复杂优化问题的有效技术。本人实现了简单的DE-DE is used for multidimensional real-valued functions but does not use the gradient of the problem being optimized, which means DE
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:25499
    • 提供者:John Chen
  1. BP1

    0下载:
  2. 采用动量梯度下降算法训练 BP 神经网络预测的一个实例分析-Gradient descent algorithm with momentum training BP neural network analysis of an instance of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2600
    • 提供者:chen
  1. matlab

    1下载:
  2. 最速下降梯度法matlab程序和用拟牛顿法求极小值点-apply a gradient–descent based error minimization approach to minimize the difference between the real deformation and the simulated one given the elasticity parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8512
    • 提供者:侯小叶
  1. BP-NET

    0下载:
  2. 用动量梯度下降法训练BP网络 已知输入向量为P=[-1,-2,3,1 -1,1,5,3],目标输出为T=[-1,-1,1,1]。 -Gradient descent with momentum BP network training input vector is known as P = [-1,-2,3,1 -1,1,5,3], the target output for the T = [-1,-1,1, 1].
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:59264
    • 提供者:张玲
  1. DescenteGradient

    0下载:
  2. gradient descent very good document.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:241376
    • 提供者:farok t
  1. BP-Iris-classifier

    0下载:
  2. 使用BP网络实现了对Iris数据的分类,使用了可变学习速率和带动量的梯度下降算法。-Using the BP network realizes the classification of Iris data, the use of the variable learning rate and the amount of gradient descent algorithm driven.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1644
    • 提供者:chenlei
  1. Widrow-Hoff-Training-Method

    0下载:
  2. The WH class is an implementation of the Widrow-Hoff. The Widrow-Hoff (WH) algorithm, often called Least Mean Square (LMS), is an online-algorithm. The WH can be interpreted as a gradient descent procedure on the error space. In other words, the
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:47863
    • 提供者:kader125
  1. Conjugate-gradient

    0下载:
  2. 共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the firs
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1249
    • 提供者:sunling
  1. pr2

    0下载:
  2. 模式识别作业 梯度下降法的java实现代码-Pattern Recognition Task gradient descent implementation code java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2890
    • 提供者:jammy
  1. simple-grad-desend

    1下载:
  2. 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
  3. 所属分类:Data structs

    • 发布日期:2015-07-28
    • 文件大小:111616
    • 提供者:王涵
  1. duotezhengzishiyingyuzhi

    0下载:
  2. 该程序实现多特征自适应阈值算法,两个matlab文件,一个为函数,该函数求出信号的特征量值并通过梯度下降法训练出其初始阈值,另一个为主函数,调用该函数文件;该程序将4路信号,每一路信号的特征量值及其自适应阈值求出来,并一起画出图来。-The program features multi-adaptive threshold algorithm, two matlab files, one for the function,the function seek out characteristics
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2770
    • 提供者:牛志嘉
  1. gaijinzishiyingxiangguan

    1下载:
  2. 该程序实现改进的自适应相关算法,两个matlab文件,一个为函数,该函数求出信号特征量的马氏距离平方并通过梯度下降法训练出其固定阈值,另一个为主函数,调用该函数文件;该程序将4路信号,每一路信号特征量的马氏距离平方及其固定阈值求出来,并一起画出图来。 -The program features improved adaptive correlation algorithm, two matlab files, one for the function that calculate the
  3. 所属分类:matlab例程

    • 发布日期:2017-05-09
    • 文件大小:1326
    • 提供者:牛志嘉
  1. bp1

    0下载:
  2. bp神经网络算法大全,包括基本算法、最优梯度下降算法、自适应算法等-bp neural network algorithm Daquan, including the basic algorithm, the optimal gradient descent algorithm, adaptive algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5461
    • 提供者:wangxx
  1. BPANN

    0下载:
  2. 本例采用vc编程实现BP神经网络,程序将涉及到梯度下降法、函数求逆,以及偏导数的实现。-In this case using vc BP neural network programming, the program will involve the gradient descent method, the inverse function, as well as the realization of partial derivatives.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1779
    • 提供者:lu
  1. gradientDescent.m

    0下载:
  2. gradient descent in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:700
    • 提供者:Rex
  1. xitongbianshi

    0下载:
  2. 系统辨识基于梯度校正的参数辨识方法,其中包括随机牛顿法,确定性梯度下降法-System identification based on the gradient correction parameter identification methods, including random Newton' s method, deterministic gradient descent
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1451
    • 提供者:毛绍婧
  1. machinelearning

    0下载:
  2. 神经网络 解决1d marble ,用 gradient descent 来训练神经网络-neural network solving 1d marble problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7714
    • 提供者:xu zhisheng
  1. Establishment-of-BP-neural-network

    0下载:
  2. 构建BP神经网络,使用梯度下降法训练BP神经网络-Establishment of BP neural network using gradient descent training of BP neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3809
    • 提供者:shejie
« 1 2 3 4 56 7 8 9 10 ... 23 »
搜珍网 www.dssz.com