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

搜索资源列表

  1. dyfxxhg

    0下载:
  2. 用DELPHI写的多元非线性回归代码,对生物统计学和生物信息学有较好参考意义.-With the DELPHI code written in multiple non-linear regression of biological statistics and bioinformatics have good reference value.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-12
    • 文件大小:2738796
    • 提供者:huliang
  1. Regressionanalysis

    0下载:
  2. 回归的各种分析实例以及matlab代码,包括各种数学应用,比如线性回归,非线性回归,逐步回归-Examples of regression analysis, as well as a variety of matlab code, including a variety of mathematical applications such as linear regression, nonlinear regression, stepwise regression
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:863587
    • 提供者:吴明岩
  1. regressionOptimization

    0下载:
  2. 实现了线性回归和非线性回归,代码简单,容易上手-regression-Optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:126369
    • 提供者:张迎
  1. MultipleRegression

    0下载:
  2. 数学统计分析工具,多元线性回归分析代码。-MultipleRegression
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1320
    • 提供者:曾思栋
  1. Linear-regression-equation

    0下载:
  2. 一元线性回归方程, 求线性回归方程:Y = a + bx 的回归系数a和b. 用的是最小二乘法推导的结果。网上搜索最小二乘法原理,配合这个源代码学习还是不错的。本代码是网上搜来的,发现自学用不错,特上传分享。-Linear regression equation, find the linear regression equation: Y = a+ bx the regression coefficients a and b. derived using a least squares res
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1261
    • 提供者:huangjunjun
  1. MATLAB

    0下载:
  2. 简单二元线性回归代码,可用于探讨应变量与自变量之间的关系-Simple linear regression of binary code, can be used to explore the variables and the relationship between the independent variables
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2279
    • 提供者:Nino
  1. machine learning 的线性回归算法

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

  1. 多元多重线性回归-估计

    0下载:
  2. 多重线性回归分析,含PPT,R代码和阅读材料(R code for multiple linear regression analysis)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:1004544
    • 提供者:mm123456~
  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. 02a 多元线性回归分析

    2下载:
  2. 基于矩阵运算的多元线性回归分析,基于回归计算程序包的多元线性回归分析等MATLAB程序实现;各检验值齐全(Multivariate linear regression analysis based on matrix operation, multiple linear regression analysis based on regression calculation package)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:回音笑客
  1. 一元线性回归

    2下载:
  2. 包括基于矩阵运算计算回归系数并添加趋势线,基于多项式拟合计算回归系数并添加趋势线,借助回归分析程序包计算回归系数并估计检验统计量,及预测和各统计量。(Including the regression coefficient and add the trend line calculation based on matrix computation, polynomial fitting to calculate the regression coefficient and add the tre
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:回音笑客
  1. 2单变量线性回归_配套代码

    1下载:
  2. 关于机器学习的线性回归模型matlab主程序。(Matlab main program of linear regression model for machine learning.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:木鱼123
  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. 线性回归

    2下载:
  2. matlab线性回归计算,基于梯度下降的线性回归算法(matlab linear regression)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:朱仕达
  1. 机器学习Python程序

    4下载:
  2. 覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimiza
  3. 所属分类:大数据

    • 发布日期:2018-10-27
    • 文件大小:108544
    • 提供者:海浪中央
  1. 线性回归

    1下载:
  2. 此为用Matlab实现线性回归的底层代码,可供学习者参考学习(This is the bottom code for linear regression using Matlab, which can be used for reference by learners.)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-18
    • 文件大小:28672
    • 提供者:lvzongyu
  1. 回归模型

    1下载:
  2. 利用R语言实现了线性回归和逻辑回归,提供了数据和代码(Use R language to achieve linear regression and logistic regression, and provide data and code.)
  3. 所属分类:其他

    • 发布日期:2019-07-25
    • 文件大小:46080
    • 提供者:戴帽子的鱼
  1. 多元线性回归

    1下载:
  2. 多元线性回归代码以及多元非线性回归代码数学建模(Multiple linear regression code)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-20
    • 文件大小:107520
    • 提供者:guanyi1
  1. Logistic回归统计算法的matlab实现

    0下载:
  2. 统计回归分析,逻辑斯蒂多元线性回归,机器学习,详细代码解说,机器训练等(Logistic multiple linear regression, statistical regression analysis, logistic multiple linear regression, machine learning, detailed code interpretation, machine training, etc)
  3. 所属分类:其他

    • 发布日期:2021-01-12
    • 文件大小:1191936
    • 提供者:学习3211
  1. 机器学习线性回归

    1下载:
  2. 机器学习的基础:线性回归 对x和y进行二次或多次拟合的代码
  3. 所属分类:其它程序

« 12 3 4 5 »
搜珍网 www.dssz.com