paper-with-me

홈 › Papers

Spatial Analysis Made Easy with Linear Regression and Kernels

2019-02-22 · Philip Milton, Emanuele Giorgi, Samir Bhatt

Kernel methods are an incredibly popular technique for extending linear models to non-linear problems via a mapping to an implicit, high-dimensional feature space. While kernel methods are computationally cheaper than an explicit feature mapping, they are still subject to cubic cost on the number of points. Given only a few thousand locations, this computational cost rapidly outstrips the currently available computational power. This paper aims to provide an overview of kernel methods from first-principals (with a focus on ridge regression), before progressing to a review of random Fourier features (RFF), a set of methods that enable the scaling of kernel methods to big datasets. At each stage, the associated R code is provided. We begin by illustrating how the dual representation of ridge regression relies solely on inner products and permits the use of kernels to map the data into high-dimensional spaces. We progress to RFFs, showing how only a few lines of code provides a significant computational speed-up for a negligible cost to accuracy. We provide an example of the implementation of RFFs on a simulated spatial data set to illustrate these properties. Lastly, we summarise the main issues with RFFs and highlight some of the advanced techniques aimed at alleviating them.

📄 PDF Abstract BibTeX arXiv:1902.08679

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Dimensionality Reduction via Regression in Hyperspectral Imagery

2016-01-31 · Valero Laparra, Jesus Malo, Gustau Camps-Valls

This paper introduces a new unsupervised method for dimensionality reduction via regression (DRR). The algorithm belongs to the family of invertible transforms that generalize Principal Component Analysis (PCA) by using …

Dimensionality ReductionLand Cover Classificationregression

Are Linear Regression Models White Box and Interpretable?

2024-07-16 · Ahmed M Salih, Yuhe Wang

Explainable artificial intelligence (XAI) is a set of tools and algorithms that applied or embedded to machine learning models to understand and interpret the models. They are recommended especially for complex or advanc…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Fairnessregression

NLS: an accurate and yet easy-to-interpret regression method

2019-10-11 · Victor Coscrato, Marco Henrique de Almeida Inácio, Tiago Botari, Rafael Izbicki

An important feature of successful supervised machine learning applications is to be able to explain the predictions given by the regression or classification model being used. However, most state-of-the-art models that …

BIG-bench Machine Learningregression

Easy Differentially Private Linear Regression

2022-08-15 · Kareem Amin, Matthew Joseph, Mónica Ribero, Sergei Vassilvitskii

Linear regression is a fundamental tool for statistical analysis. This has motivated the development of linear regression methods that also satisfy differential privacy and thus guarantee that the learned model reveals l…

regression

A statistical perspective of sampling scores for linear regression

2015-07-21 · Siheng Chen, Rohan Varma, Aarti Singh, Jelena Kovačević

In this paper, we consider a statistical problem of learning a linear model from noisy samples. Existing work has focused on approximating the least squares solution by using leverage-based scores as an importance sampli…

regression