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

搜索资源列表

  1. lwpr

    0下载:
  2. Another Locally weighted regression
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6955
    • 提供者:陈月辉
  1. Locally+weighted+regression+estimation

    1下载:
  2. 加权核函数的静态杂波抑制效果以及残留噪声的高斯性和独立性检验实验结果演示程序。 另外,包括Uniform和Gabor加权核函数相结合的静态杂波抑制效果以及残留噪声的高斯性和独立性检验实验结果演示程序。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:25080
    • 提供者:马欣欣
  1. Linear_regression

    0下载:
  2. Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning continuous non linear mappings For more than two or three in puts and for more than a few thousand dat apoints the computational expense of pre dic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:746241
    • 提供者:陈月辉
  1. lwr

    0下载:
  2. 强局部加权回归算法由Cleveland[7]提出,主要利用局部观测数据对欲拟合点进行多项式加权拟合,并用最小二乘法进行估计.它综合了传统的局部多项式拟合,局部加权回归以及具有强鲁棒性的拟合过程 -Strong locally weighted regression algorithm by Cleveland [7] proposed, mainly using local observational data points on the polynomial fitting For wei
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3315
    • 提供者:wanghuaqiu
  1. lwpr-1.2.1

    0下载:
  2. Locally Weighted Projection Regression (LWPR) is a recent algorithm that achieves nonlinear function approximation in high dimensional spaces with redundant and irrelevant input dimensions. -Locally Weighted Projection Regression (LWPR) is a recent a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:777604
    • 提供者:duckur
  1. LWLR

    0下载:
  2. this program compare the Locally Weighted Linear Regression with three diferrent kernel function (gaussian, logistic basis, and Reciprocal Multiquadric) also compare locally weighted by simple Linear Regression.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8886
    • 提供者:maisam
  1. Locally-Weighted-Regression

    0下载:
  2. Locally weighted regression (LWR) is a memory-based method that performs a regression around a point of interest using only training data that are ``local to that point. One recent study demonstrated that LWR was suitable for real-time control by con
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1808
    • 提供者:肖邦
  1. lowess

    0下载:
  2. LOWESS, Locally Weighted Scatterplot Smoothing for linear and non-linear data (enhanced)- LOWESS- Locally Weighted Scatterplot Smoothing Modifications: This regression will work on linear and non-linear relationships between X and Y
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:42865
    • 提供者:shijie
  1. Locally_weighted

    0下载:
  2. 斯坦福大学公开课第三课中涉及的局部加权线性回归,用matlab实现了在不同带宽下的对比-Stanford open class third lesson involved locally weighted linear regression, using matlab to achieve a comparison of different bandwidths
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3876
    • 提供者:wkh
  1. LinearLWR

    0下载:
  2. 代码为Matlab环境下开发的局部加权线性回归算法,以绘图方式表达结果。-Matlab code for locally weighted linear regression algorithm under development environment to graphically express the results.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:794
    • 提供者:陈静
  1. regTrees

    0下载:
  2. 机器学习算法,树回归,CART算法,回归与模型树算法,局部加权线性回归-Machine learning algorithms, regression tree, CART algorithm, regression and model tree algorithm, locally weighted linear regression
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1996
    • 提供者:王铭航
  1. LWLR

    0下载:
  2. 局部加权线性回归,解决非线性回归问题,可以在Matlab直接测试。-This code is the Locally Weighted Linear Regression,which is mainly used to cope with non-linear regression.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:879
    • 提供者:李飞洋
  1. regression

    0下载:
  2. 用线性回归找到最佳拟合直线,局部线性加权回归(locally weighted linear regression)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:xiaodouya
  1. lwppredict

    1下载:
  2. LWP是一种Matlab / Octave工具箱实现局部加权多项式回归(也被称为局部回归/局部加权散点平滑/黄土/ LOWESS和核平滑)。使用此工具箱,您可以使用九个具有度量窗口宽度或最近邻窗口宽度的任意一个内核来拟合任意维度的数据的局部多项式。还提供了一个优化内核带宽的函数。优化可采用留一交叉验证,GCV,AICC、AIC,FPE,T,执行,或单独的验证数据。鲁棒拟合也可用。(LWP is a Matlab/Octave toolbox implementing Locally Weight
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:baidudu
  1. lwpparams

    0下载:
  2. LWP是一种Matlab / Octave工具箱实现局部加权多项式回归(也被称为局部回归/局部加权散点平滑/黄土/ LOWESS和核平滑)。使用此工具箱,您可以使用九个具有度量窗口宽度或最近邻窗口宽度的任意一个内核来拟合任意维度的数据的局部多项式。还提供了一个优化内核带宽的函数。(LWP is a Matlab/Octave toolbox implementing Locally Weighted Polynomial regression (also known as Local Regre
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:baidudu
  1. lwpfindh

    0下载:
  2. 局部加权多项式回归的目的是解决全球行为模型的表现不好或不能有效地应用于不必要的努力。LWP是一种非参数回归方法,是通过低阶多项式对数据子集进行逐点拟合局部。(Locally Weighted Polynomial regression is designed to address situations in which models of global behaviour do not perform well or cannot be effectively applied without u
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:baidudu
  1. lwpeval

    0下载:
  2. LWP是一种Matlab / Octave工具箱实现局部加权多项式回归(也被称为局部回归/局部加权散点平滑/黄土/ LOWESS和核平滑)。(LWP is a Matlab/Octave toolbox implementing Locally Weighted Polynomial regression (also known as Local Regression / Locally Weighted Scatterplot Smoothing / LOESS / LOWESS and Ke
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:381952
    • 提供者:baidudu
  1. LocallyweightedRegression

    0下载:
  2. Locally weighted Regression sample case
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1498112
    • 提供者:zh30
搜珍网 www.dssz.com