paper-with-me

Papers

Distributed Coordinate Descent for Generalized Linear Models with Regularization

2016-11-07 · Ilya Trofimov, Alexander Genkin

Generalized linear model with $L_1$ and $L_2$ regularization is a widely used technique for solving classification, class probability estimation and regression problems. With the numbers of both features and examples growing rapidly in the fields like text mining and clickstream data analysis parallelization and the use of cluster architectures becomes important. We present a novel algorithm for fitting regularized generalized linear models in the distributed environment. The algorithm splits data between nodes by features, uses coordinate descent on each node and line search to merge results globally. Convergence proof is provided. A modifications of the algorithm addresses slow node problem. For an important particular case of logistic regression we empirically compare our program with several state-of-the art approaches that rely on different algorithmic and data spitting methods. Experiments demonstrate that our approach is scalable and superior when training on large and sparse datasets.

📄 PDF Abstract BibTeX arXiv:1611.02101

Code (1)

IlyaTrofimov/dlr 공식 구현

Tasks

regression

Similar Papers 제목 키워드 기반

Federated Coordinate Descent for Privacy-Preserving Multiparty Linear Regression

2022-09-16 · Xinlin Leng, Chenxu Li, Weifeng Xu, Yuyan Sun 외

Distributed privacy-preserving regression schemes have been developed and extended in various fields, where multiparty collaboratively and privately run optimization algorithms, e.g., Gradient Descent, to learn a set of …

Privacy Preservingregression

Dual Extrapolation for Sparse Generalized Linear Models

2019-07-12 · Mathurin Massias, Samuel Vaiter, Alexandre Gramfort, Joseph Salmon

Generalized Linear Models (GLM) form a wide class of regression and classification models, where prediction is a function of a linear combination of the input variables. For statistical inference in high dimension, spars…

Generalized Additive Model Selection

2015-06-11 · Alexandra Chouldechova, Trevor Hastie

We introduce GAMSEL (Generalized Additive Model Selection), a penalized likelihood approach for fitting sparse generalized additive models in high dimension. Our method interpolates between null, linear and additive mode…

Additive modelsmodelModel Selection

A Fast and Scalable Pathwise-Solver for Group Lasso and Elastic Net Penalized Regression via Block-Coordinate Descent

2024-05-14 · James Yang, Trevor Hastie

We develop fast and scalable algorithms based on block-coordinate descent to solve the group lasso and the group elastic net for generalized linear models along a regularization path. Special attention is given when the …

Enhanced Cyclic Coordinate Descent Methods for Elastic Net Penalized Linear Models

2025-10-22 · Yixiao Wang, Zishan Shao, Ting Jiang, Aditya Devarakonda arxiv

We present a novel enhanced cyclic coordinate descent (ECCD) framework for solving generalized linear models with elastic net constraints that reduces training time in comparison to existing state-of-the-art methods. We …