paper-with-me

Papers

A Provably Accurate Randomized Sampling Algorithm for Logistic Regression

2024-02-26 · Agniva Chowdhury, Pradeep Ramuhalli

In statistics and machine learning, logistic regression is a widely-used supervised learning technique primarily employed for binary classification tasks. When the number of observations greatly exceeds the number of predictor variables, we present a simple, randomized sampling-based algorithm for logistic regression problem that guarantees high-quality approximations to both the estimated probabilities and the overall discrepancy of the model. Our analysis builds upon two simple structural conditions that boil down to randomized matrix multiplication, a fundamental and well-understood primitive of randomized numerical linear algebra. We analyze the properties of estimated probabilities of logistic regression when leverage scores are used to sample observations, and prove that accurate approximations can be achieved with a sample whose size is much smaller than the total number of observations. To further validate our theoretical findings, we conduct comprehensive empirical evaluations. Overall, our work sheds light on the potential of using randomized sampling approaches to efficiently approximate the estimated probabilities in logistic regression, offering a practical and computationally efficient solution for large-scale datasets.

📄 PDF Abstract BibTeX arXiv:2402.16326

Code (1)

agnivac/subsampledlogisticregression 공식 구현

Tasks

Binary Classificationregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Randomized Exploration for Reinforcement Learning with Multinomial Logistic Function Approximation

2024-05-30 · Wooseong Cho, TaeHyun Hwang, Joongkyu Lee, Min-hwan Oh

We study reinforcement learning with multinomial logistic (MNL) function approximation where the underlying transition probability kernel of the Markov decision processes (MDPs) is parametrized by an unknown transition c…

reinforcement-learningReinforcement Learning

Provable Deterministic Leverage Score Sampling

2014-04-06 · Dimitris Papailiopoulos, Anastasios Kyrillidis, Christos Boutsidis

We explain theoretically a curious empirical phenomenon: "Approximating a matrix by deterministically selecting a subset of its columns with the corresponding largest leverage scores results in a good low-rank matrix sur…

Frank-Wolfe with Subsampling Oracle

2018-03-20 · ICML 2018 7 · Thomas Kerdreux, Fabian Pedregosa, Alexandre d'Aspremont

We analyze two novel randomized variants of the Frank-Wolfe (FW) or conditional gradient algorithm. While classical FW algorithms require solving a linear minimization problem over the domain at each iteration, the propo…

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