CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - regression learning

搜索资源列表

  1. gpml-matlab-v3.1-2010-09-27

    2下载:
  2. 高斯过程算法在回归和分类中的应用程序。与书本《基于高斯过程的机器学习》配套。本程序是最新的v3.1版,更新于2010-09-27-Gaussian process regression and classification algorithm in the application. And the book " machine learning based on Gaussian process" support. This program is the latest v3.1
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:609280
    • 提供者:hu
  1. GMM-GMR-v1.2

    0下载:
  2. GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Ex
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1034732
    • 提供者:ning
  1. mlr

    0下载:
  2. Mixture of linear regressors. The routines contained in this file allow inference and learning of a mixture of linear-Gaussian regression models. Learning is performed by maximizing the data likelihood via the expectation maximization algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4570
    • 提供者:ruso
  1. GRNN

    0下载:
  2. 泛化回归神经网络GRNN(generalized regression NN)应用实例,适合学习使用。-Generalized regression neural network GRNN (generalized regression NN) application examples for learning to use.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1092
    • 提供者:luofen
  1. Interpolationfittingregressionppt

    0下载:
  2. 有关MATLAB的插值,拟合和线性回归的学习教程。-The MATLAB interpolation, fitting, and linear regression learning tutorial.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1691548
    • 提供者:Fan xiumei
  1. svm

    0下载:
  2. SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:118143
    • 提供者:
  1. RBF

    0下载:
  2. RBF神经网络用于分类与回归,提供了一个学习神经网络的平台,对大家有很大帮助。-RBF neural network for classification and regression, neural networks provide a learning platform for all of us much help.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1932
    • 提供者:孙天号
  1. SVM_Short-term-Load-Forecasting

    11下载:
  2. 优秀论文及配套源码。首先阐述了负荷预测的应用研究现状,概括了负荷预测的特点及其影响因素,归纳了短期负荷预测的常用方法,并分析了各种方法的优劣;接着介绍了作为支持向量机(SVM)理论基础的统计学习理论和SVM的原理,推导了SVM回归模型;本文采用最小二乘支持向量机(LSSVM)模型,根据浙江台州某地区的历史负荷数据和气象数据,分析影响预测的各种因素,总结了负荷变化的规律性,对历史负荷数据中的“异常数据”进行修正,对负荷预测中要考虑的相关因素进行了归一化处理。LSSVM中的两个参数对模型有很大影响,
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:334362
    • 提供者:NBB
  1. logistic-regression-boosting

    0下载:
  2. 模式识别,介绍几种学习算法,及理论推导,并有相应的实验-Pattern recognition, introduces several learning algorithms and theoretical analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:494706
    • 提供者:天天
  1. machine-learning-ex5

    1下载:
  2. 斯坦福大学机器学习第六周,包括第六周的讲义以及作业代码ex5。-machine learning week6 ex5 - Regularized Linear Regression and Bias v.s.Variance
  3. 所属分类:matlab

    • 发布日期:2016-04-07
    • 文件大小:400384
    • 提供者:李梓夏
  1. Logistic-Regression

    0下载:
  2. Logistic算法的分类算法实现,讲解清晰明了,值得学习-Logistic Algorithm classification algorithm, explain clarity, it is worth learning
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:173463
    • 提供者:不错哦matlab
  1. Regression-learning

    0下载:
  2. 一个回归学习的matlab例程,可以直接运行,具体内容参考图书《视觉机器学习20讲》-A return to learn the Matlab routines, can be run directly, the specific content of reference books < visual machine learning 20
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4642
    • 提供者:897lp
  1. machine-learning-ex2

    0下载:
  2. Machine learning and linear regression
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:338944
    • 提供者:AlanaSeeyou
  1. Logistic-regression

    0下载:
  2. 三种梯度下降的logistic regression机器学习入门代码(three logistic regression methods for machine learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:hierarch
  1. linear regression

    0下载:
  2. linear regression for machine learning lesson
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:Dl314
  1. Logistic Regression

    0下载:
  2. Logistic Regression for machine learning lessons
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:Dl314
  1. machine-learning-ex1

    0下载:
  2. 在这个练习中,您将实现线性回归,并看到它在数据上工作。在开始这个编程练习之前,我们强烈建议观看视频讲座,并完成相关主题的复习题。开始锻炼,你将需要下载的启动代码,解压其内容目录到你希望完成练习。如果需要的话,在开始练习之前,使用八度/ matlab中的cd命令改变这个目录。你也可以?ND指示在“环境设置说明”的课程网站安装倍频/ MATLAB。(In this exercise, you will implement linear regression and get to see it wor
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:508928
    • 提供者:hahay23456
  1. Regression learning

    0下载:
  2. 初次接触机器学习,所要知道的一些经典算法(First contact machine learning, some classical algorithms to know)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:li_lianhe
  1. machine-learning-ex1

    0下载:
  2. Standford machine-learning 网课第一周编程作业,线性回归的算法实现。(Standford machine-learning method first week of programming operations, the realization of the linear regression algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:503808
    • 提供者:robsion
  1. Logistic Regression

    1下载:
  2. 通过训练样本使用对数几率回归模型建模,并对测试样本类别进行预测(The training samples are modeled by log likelihood regression model, and then predicts the categories of test samples.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:88064
    • 提供者:mecthew
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com