cvx

Sparse Group lasso by CVX MATLAB package

天涯浪子 提交于 2019-12-11 08:04:30
问题 Does anyone know how can I implement sparse group lasso using CVX, convex optimization package in MATLAB? I don't know how can I describe the formula as CVX prototype. 回答1: I found something here I decided to share it!! 回答2: Do you have to use CVX? Inria has a sparse modeling package called Spams written in Matlab, R, and Python. If you want a group lasso regularizer look at the documentation in the proximal toolbox under mexproximalFlat. There are some examples as well. I use the python