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

搜索资源列表

  1. CGM_PRP

    0下载:
  2. 采用共轭梯度PRP法解决无约束非线性优化的问题-PRP conjugate gradient method to solve unconstrained nonlinear optimization problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2363
    • 提供者:lesleyliu
  1. CGM_CD

    0下载:
  2. 采用共轭梯度CD法解决无约束非线性优化的问题-CD conjugate gradient method to solve unconstrained nonlinear optimization problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:lesleyliu
  1. madgwick_algorithm_matlab

    2下载:
  2. 1. SOH关于IMU进行姿态求解的C代码,里面包含了两套代码,分别是重力约束法求解和梯度下降法求解!-1. SOH IMU for attitude about solving the C code, which contains two sets of codes, which are bound by gravity and gradient descent method for solving method to solve!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:264157
    • 提供者:张胜森
  1. rbf

    0下载:
  2. rbf逼近的程序,采用梯度下降法进行逼近,效果不错-RBF approximation sin (x), using the gradient descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1483
    • 提供者:蓝雪
  1. LMBPNN

    0下载:
  2. 利用LM训练算法来改善BP神经网络的梯度下降法的训练算法。-Using LM training algorithm to improve BP neural network training algorithms gradient descent.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1633
    • 提供者:郝硕涛
  1. The-gradient-descent-method

    0下载:
  2. 梯度下降法是一个最优化算法,常用于机器学习和人工智能当中用来递归性地逼近最小偏差模型-The gradient descent method is an optimization algorithm used in machine learning and artificial intelligence to recursive approximation of the minimum deviation model
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:319050
    • 提供者:xlm
  1. PCG

    0下载:
  2. 预处理的共轭梯度算法和最速下降法MATLAB算法及源程序.-Preconditioning conjugate gradient algorithm and the steepest descent method MATLAB algorithms and source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1295
    • 提供者:fq
  1. tiduxiajiang

    0下载:
  2. 多传感器数据融合的梯度下降法。方法较为简单,代码基本可以实现滚转角与俯仰角的解算,需要再调参数会更精确-Multi-sensor data fusion gradient descent. The method is simple, basic code can roll angle and pitch angle of the solver, you need to re-tune the parameters would be more accurate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1243
    • 提供者:wq
  1. linear_regression_with_one_variable

    0下载:
  2. 自己编写的程序,能够实现单变量的线性回归,随机产生训练样本,利用梯度下降法实现训练过程,并且画出了误差的迭代曲线。-I have written a program that can achieve single-variable linear regression, random training sample using gradient descent method to achieve the training process, and draw the iterative curve
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:645
    • 提供者:任仁
  1. logistic_regression

    2下载:
  2. 利用逻辑回归实现二分类的matlab程序。随机生成训练样本,利用梯度下降法进行训练,并且在样本图上画出了分类边界。-Logistic regression for binary classification matlab procedures. Randomly generated training samples, the training using the gradient descent method, and is shown in Figure on the sample class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:782
    • 提供者:任仁
  1. Image-Sharpening

    0下载:
  2. 在matlabzhong 运用5种不同的梯度增强法对图像进行图像锐化-For image sharpening use five different gradient Enhancement Act
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:14368
    • 提供者:肖肖
  1. deepest_descent_method_1D

    0下载:
  2. 梯度下降法在一维函数中的优化应用,自己原创,可以运行,无任何错误-Gradient descent algorithm applied in a one-dimensional function optimization, and their own original, can run without error.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:王辉
  1. deepest_descent_method_2D

    0下载:
  2. 梯度下降法在二维函数中的优化寻优,老师上课的例子,可以运行无误-Gradient descent optimization in a two-dimensional function optimization, teacher in the class example, you can run correctly
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1179
    • 提供者:王辉
  1. SVM-study-for-the-news

    0下载:
  2. 基于梯度下降法的SVM的实现。适合初学者-Gradient descent method to achieve SVM. Suitable for the news.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:64109
    • 提供者:赵嘉铎
  1. TOTO_NeuralNetwork_v2

    0下载:
  2. 全手工Java书写的完全面向对象结构的人工神经网络,现版本,仅实现BP神经网络以及普通梯度下降法,但结构精炼,易于扩展,本人正在书写稀疏自编码用于图像处理,但本版本尚未涵盖。将在以后的版本中上传。(附带CSV输入)-Neural Network Programmed by JAVA, the key contribution of this Project is 100 OO based, readers can easily figure out how to add more things
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:22337
    • 提供者:Zhiqin
  1. td_fwi_grads_exa

    8下载:
  2. 声波方程伪谱法正演模拟,伴随态法波场残差逆推,计算全波形反演梯度-With the state of the residual gradient acoustic wave equation is calculated based on the return, full waveform inversion basic step.
  3. 所属分类:Other windows programs

    • 发布日期:2015-04-17
    • 文件大小:661504
    • 提供者:leexiaozh
  1. code

    1下载:
  2. 利用梯度投影法解决有约束的目标函数优化问题-Gradient projection method for solving constrained optimization problem objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2663
    • 提供者:eva lee
  1. LogisticRegression

    0下载:
  2. 用python实现逻辑回归,实现了梯度下降,随机梯度下降法收敛。-Realized the logistic regression by python, using gradient decescent, stochastic gradient decescent to diverge to the final point.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1086
    • 提供者:liu li
  1. HousePrice(gradient-descent)

    0下载:
  2. 利用机器学习算法实现南京房价预测。已知2000年至2013年的南京房价,利用梯度下降法预测2014年南京房价。-Nanjing using machine learning algorithm to predict prices. Known 2000-2013 Nanjing prices, using the gradient descent method to predict 2014 Nanjing prices.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1710702
    • 提供者:
  1. Exercise8

    0下载:
  2. LES算法。包含梯度下降法优化算法,并且以图示每一步迭代权值如何更新。-LES algorithms. Contains gradient descent optimization algorithm, and with each iteration illustrates how to update the weights.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1227
    • 提供者:邝生
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com