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

搜索资源列表

  1. iris

    0下载:
  2. 随机梯度下降,在一个UCI数据集上的实现。随即梯度下降是线性回归的一个重要推论。-A gradient descent test in Java, using a UCI dataset
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:31039
    • 提供者:黄恺
  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. factorize

    1下载:
  2. 是推荐系统中最基础的MF实现程序,使用梯度下降的方法,用迭代优化的方式找到最优解-Recommendation system is the most basic MF realize procedure, using a gradient descent method, using an iterative optimization approach to find the optimal solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:830
    • 提供者:xiejin
  1. Linear-Regression

    0下载:
  2. 线性回归的学习算法。包括数据分析、线性回归、在线梯度下降、多项式回归。压缩包中给出.txt数据文件及说明文档。-Linear regression learning algorithm. Including data analysis, linear regression line gradient descent, polynomial regression. Compressed data given .txt file and documentation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:67769
    • 提供者:安静
  1. Gradient-Descent

    0下载:
  2. 梯度下降(可视化,两个例子),对于初学者来说有用。-Gradient Descent(visualization,two examples)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3257
    • 提供者:雅轩阁
  1. logRegres

    0下载:
  2. 机器学习算法,Logistic回归算法,最优化理论和梯度下降-Machine learning algorithms, Logistic regression algorithm, optimization theory and the gradient descent
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1502
    • 提供者:王铭航
  1. suanfa

    0下载:
  2. 梯度下降算法 机器学习 MATLAB编写 验证无误-Gradient descent algorithm to verify correct writing machine learning MATLAB
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:80461
    • 提供者:徐祥
  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. optimization

    0下载:
  2. matlab实现的各种优化算法,包括牛顿-拉普森,牛顿-梯度下降等。-matlab optimization algorithm, including newton-raphson, newton-gredient and so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:25829
    • 提供者:li
  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. 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. Bump-judgment

    0下载:
  2. 机器学习中用到的梯度下降方法,凹凸性判读资料-Gradient descent method used in machine learning, data interpretation uneven nature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:209601
    • 提供者:aallen.xu
  1. Descent

    1下载:
  2. 梯度下降线性回归python源码,测试过-descent linear regression
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3806
    • 提供者:cao
  1. chap3

    0下载:
  2. 基于梯度下降法的RBF神经网络算法设计仿真-Design and Simulation of RBF neural network algorithm based on gradient descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2169
    • 提供者:hudizhiwa
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com