.. _resources: Resources ========= GLMs ---- 1. `Generalised Linear Models`_ Sparsity book ------------- 1. `Hastie, Tibshirani, Wright. Statistical Learning with Sparsity: The Lasso and Generalizations, 2015 `_ Coordinate descent ------------------ 1. `Zou, Hastie. Regularization and Variable Selection via the Elastic Net, 2004 `_ 2. `S. Wright. The Revival of Coordinate Descent Methods `_ Coordinate descent applied to GLMs ---------------------------------- 1. `Gordon, Tibshirani. Coordinate descent `_ 2. `Wu, Lange. Coordinate Descent Algorithms for LASSO Penalized Regression `_ 3. `Friedman et. al. Pathwise coordinate optimization, 2007 `_ 4. `Scheinberg, Tang. Practical Inexact Proximal Quasi-Newton Method with Global Complexity Analysis, 2015 `_ GAMs ---- 1. `GAM: The Predictive Modeling Silver Bullet `_ 2. `Fitting a Simple Additive Model in Python `_ Group Lasso ----------- 1. `Ivanoff et. al. Adaptive Lasso and group-Lasso for functional Poisson regression `_ Misc ---- 1. `Candès, Wakin, Boyd. Enhancing Sparsity by Reweighted l1 Minimization `_ .. _Generalised Linear Models: https://www.stat.tamu.edu/~suhasini/teaching613/GLM.pdf