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

搜索资源列表

  1. xianxing-

    0下载:
  2. 一元线性回归matlabMatlab 统计工具箱用命令regress 实现多元线性回归,用的方法是最小二乘法,用 法是: b=regress(Y,X)-A linear regression matlabMatlab statistical toolbox to achieve the command regress multiple linear regression, least squares method is used, usage is: b = regress (Y, X)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:256579
    • 提供者:李延斌
  1. duoyuanxianxinghuigui

    0下载:
  2. 给定一组实验数据,多元线性回归,y=a1x1+a2x2+a3x3+...+anxn,计算参数-Given a set of experimental data, multiple linear regression, y = a1x1+ a2x2+ a3x3+...+ anxn, calculation parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:5761
    • 提供者:wuming
  1. 线性回归预测算法

    1下载:
  2. 线性回归预测算法,Excel预测算法,最小二乘法
  3. 所属分类:数据结构常用算法

  1. machine learning 的线性回归算法

    1下载:
  2. andrew ng 教授在machine learning 上的线性回归算法matlab代码,对于学习机器学习的新手是一个很好的入门课程
  3. 所属分类:图形图象

  1. MultiLineReg

    0下载:
  2. matlab实现多项式线性回归。程序可以直接使用。现成的函数(Matlab implementation of polynomial linear regression. The program can be used directly.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:chaisy
  1. regstats2

    0下载:
  2. 可计算线性回归趋势,显著性以及各种统计量,详情请参照代码内的介绍(Computable linear regression, trends, significance, as well as various statistics, please refer to the code for details)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:6144
    • 提供者:一叶知涛
  1. TwoVariableStatistics_batch

    0下载:
  2. 两变量统计,对遥感图像的水分与温度两变量, 线性回归分析(Two - variable statistics, linear regression analysis)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:wajir
  1. LinearRegression_CV

    0下载:
  2. 用线性回归的方法实现广告花费与销售额数据(Using linear regression methodwas used to achieve advertising expenditure and sales data)
  3. 所属分类:Windows编程

  1. ElasticNet

    0下载:
  2. 用线性回归,逻辑回归等各种方法来拟合函数曲线(Linear regression, logistic regression, fitted function curve)
  3. 所属分类:Windows编程

  1. machine-learning-ex5

    0下载:
  2. Andrew Ng Cousera 机器学习线性回归,并用它来研究不同偏置方差性能模型,源代码以及说明文档。(Andrew Ng Cousera's machine learning linear regression and use it to study models with different bias-variance properties and source code and document.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:228352
    • 提供者:mark198033
  1. 线性回归

    0下载:
  2. 使用matlab进行回归分析,有具体的数据。(regression analysis using MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:9216
    • 提供者:zxf12
  1. LinearRegression.py.tar

    0下载:
  2. 在ubuntu平台,用tensorflow可以实现线性回归(Linear regression can be achieved)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:Fronde
  1. yiyuan

    0下载:
  2. 一元线性回归 其中有数据的例子,非常好的一个例子(Unary linear regression)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:hx824
  1. LinearRegression

    1下载:
  2. 使用python语言,借助sklearn库实现了多元线性回归的训练和预测(The training and prediction of multiple linear regression are realized by using Python language and sklearn Library)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:manlin86
  1. (1)线性回归、logistic回归和一般回归

    0下载:
  2. logic descr iption
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:711680
    • 提供者:yz350
  1. 线性回归

    0下载:
  2. 采用python实现的简单的线性回归程序,从数据读取开始,有实验的结果(The program is linear_regression used python and result .)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:109568
    • 提供者:fzalin
  1. project 2

    0下载:
  2. 线性回归模型,单变量,多变量,基本统计分析,相关系数分析,QQ图(Linear regression, single variable, multi-variable)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:2283520
    • 提供者:caoyangc
  1. logistic线性回归

    1下载:
  2. 应用MATLAB程序进行线性回归计算,此为相关代码,具有很强的应用价值。(Application of MATLAB program for linear regression calculation, this is the relevant code, has a strong application value.)
  3. 所属分类:matlab例程

  1. neg_gradient_traceback

    0下载:
  2. 实现线性回归搜索的梯度下降算法,梯度方向为负梯度方向(backtracing negtive gradient search method)
  3. 所属分类:数值算法/人工智能

  1. Iris_LinearRegression

    0下载:
  2. python 鸢尾花(iris)数据分类的例子,采用线性回归算法。(Python iris data classification example, using linear regression algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:rhlee2k
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com