paper-with-me

홈 › Papers

A Deterministic Streaming Sketch for Ridge Regression

2020-02-05 · Benwei Shi, Jeff M. Phillips

We provide a deterministic space-efficient algorithm for estimating ridge regression. For $n$ data points with $d$ features and a large enough regularization parameter, we provide a solution within $\varepsilon$ L$_2$ error using only $O(d/\varepsilon)$ space. This is the first $o(d^2)$ space deterministic streaming algorithm with guaranteed solution error and risk bound for this classic problem. The algorithm sketches the covariance matrix by variants of Frequent Directions, which implies it can operate in insertion-only streams and a variety of distributed data settings. In comparisons to randomized sketching algorithms on synthetic and real-world datasets, our algorithm has less empirical error using less space and similar time.

📄 PDF Abstract BibTeX arXiv:2002.02013

Code (1)

benweishi/FD-ridge-regression 공식 구현

Tasks

regression

Similar Papers 제목 키워드 기반

Localized sketching for matrix multiplication and ridge regression

2020-03-20 · Rakshith S Srinivasa, Mark A. Davenport, Justin Romberg

We consider sketched approximate matrix multiplication and ridge regression in the novel setting of localized sketching, where at any given point, only part of the data matrix is available. This corresponds to a block di…

regression

Ridge Regression and Provable Deterministic Ridge Leverage Score Sampling

2018-12-01 · NeurIPS 2018 12 · Shannon Mccurdy

Ridge leverage scores provide a balance between low-rank approximation and regularization, and are ubiquitous in randomized linear algebra and machine learning. Deterministic algorithms are also of interest in the moder…

regression

Ridge Regression and Provable Deterministic Ridge Leverage Score Sampling

2018-03-15 · NeurIPS 2018 · Shannon R. McCurdy

Ridge leverage scores provide a balance between low-rank approximation and regularization, and are ubiquitous in randomized linear algebra and machine learning. Deterministic algorithms are also of interest in the modera…

regression

Co-Occuring Directions Sketching for Approximate Matrix Multiply

2016-10-25 · Youssef Mroueh, Etienne Marcheret, Vaibhava Goel

We introduce co-occurring directions sketching, a deterministic algorithm for approximate matrix product (AMM), in the streaming model. We show that co-occuring directions achieves a better error bound for AMM than other…

Discrepancy, Coresets, and Sketches in Machine Learning

2019-06-11 · Zohar Karnin, Edo Liberty

This paper defines the notion of class discrepancy for families of functions. It shows that low discrepancy classes admit small offline and streaming coresets. We provide general techniques for bounding the class discrep…

BIG-bench Machine LearningDensity Estimation