hacarus / spm-image

Sparse modeling and Compressive sensing in Python
105 stars 29 forks source link

Implement l2,1 norm constrained regression #88

Closed Mrrmm510 closed 4 years ago

Mrrmm510 commented 4 years ago

Issue Description

Implement ADMM algorithm to solve the problem below.

\min_{W, Y} 0.5 * \|X - WD\|_F^2 + \alpha \sum_i\|w_i\|_2

References