Description: 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 dictions is daunting We discuss drawbacks with previous approaches to dealing with this problem Platform: |
Size: 745472 |
Author:陈月辉 |
Hits:
Description: 强局部加权回归算法由Cleveland[7]提出,主要利用局部观测数据对欲拟合点进行多项式加权拟合,并用最小二乘法进行估计.它综合了传统的局部多项式拟合,局部加权回归以及具有强鲁棒性的拟合过程
-Strong locally weighted regression algorithm by Cleveland [7] proposed, mainly using local observational data points on the polynomial fitting For weighted fitting, and estimated by least square method. It combines the traditional local polynomial fitting, locally weighted regression as well as strong robustness of the fitting process Platform: |
Size: 3072 |
Author:wanghuaqiu |
Hits:
Description: 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 algorithm that achieves nonlinear function approximation in high dimensional spaces with redundant and irrelevant input dimensions. Platform: |
Size: 777216 |
Author:duckur |
Hits:
Description: 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. Platform: |
Size: 9216 |
Author:maisam |
Hits:
Description: 别对两幅图像提取广义特征点后,
利用基于根均方误差和交叉相关的两级匹配算法完成同名控制点的建立。并以局部加权直线拟合方法来校正图像
的几何畸变。最后建立两幅图像之间的函数映射关系,完成图像的配准。实验结果证明了该方法的有效性。-Do the two images extracted generalized characteristic point, the root mean square error-based and cross-correlation of the two control point matching algorithm to complete the establishment of the same name. And to locally weighted linear fitting method to correct image distortion. Finally set up between the two images, the mapping function to complete the image registration. Experimental results show the effectiveness of the method. Platform: |
Size: 568320 |
Author:林杰 |
Hits:
Description: 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 constructing an LWR-based system that learned a difficult juggling task.-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 constructing an LWR-based system that learned a difficult juggling task. Platform: |
Size: 2048 |
Author:肖邦 |
Hits:
Description: 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. Platform: |
Size: 43008 |
Author:shijie |
Hits:
Description: 斯坦福大学公开课第三课中涉及的局部加权线性回归,用matlab实现了在不同带宽下的对比-Stanford open class third lesson involved locally weighted linear regression, using matlab to achieve a comparison of different bandwidths Platform: |
Size: 4096 |
Author:wkh |
Hits:
Description: 代码为Matlab环境下开发的局部加权线性回归算法,以绘图方式表达结果。-Matlab code for locally weighted linear regression algorithm under development environment to graphically express the results. Platform: |
Size: 1024 |
Author:陈静 |
Hits:
Description: 该程序是LWSG_NMF方法(局部加权稀疏图正则非负矩阵分解)的matlab实现,可根据所需参数,进行设置-The program is LWSG_NMF method (locally weighted sparse graph regular NMF) matlab implementation, according to the required parameters, set Platform: |
Size: 1024 |
Author:李海龙 |
Hits:
Description: 局部加权线性回归,解决非线性回归问题,可以在Matlab直接测试。-This code is the Locally Weighted Linear Regression,which is mainly used to cope with non-linear regression. Platform: |
Size: 1024 |
Author:李飞洋 |
Hits:
Description: LWP是一种Matlab / Octave工具箱实现局部加权多项式回归(也被称为局部回归/局部加权散点平滑/黄土/ LOWESS和核平滑)。使用此工具箱,您可以使用九个具有度量窗口宽度或最近邻窗口宽度的任意一个内核来拟合任意维度的数据的局部多项式。还提供了一个优化内核带宽的函数。优化可采用留一交叉验证,GCV,AICC、AIC,FPE,T,执行,或单独的验证数据。鲁棒拟合也可用。(LWP is a Matlab/Octave toolbox implementing Locally Weighted Polynomial regression (also known as Local Regression / Locally Weighted Scatterplot Smoothing / LOESS / LOWESS and Kernel Smoothing). With this toolbox you can fit local polynomials of any degree using one of the nine kernels with metric window widths or nearest neighbor window widths to data of any dimensionality. A function for optimization of the kernel bandwidth is also available. The optimization can be performed using Leave-One-Out Cross-Validation, GCV, AICC, AIC, FPE, T, S, or separate validation data. Robust fitting is available as well.) Platform: |
Size: 5120 |
Author:baidudu |
Hits: