ProximalOperators.jl icon indicating copy to clipboard operation
ProximalOperators.jl copied to clipboard

Locally Low-Rank operator

Open baggepinnen opened this issue 4 years ago • 2 comments

I would like to use the LLR operator, and am considering making a PR.

Reference: "Local Low-Rank Matrix Approximation" Joonseok Lee et al. https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/45235.pdf

baggepinnen avatar Feb 26 '20 01:02 baggepinnen

Thank you @baggepinnen, I’m assuming this is in the context of IndBallRank or NuclearNorm or both?

lostella avatar Feb 26 '20 07:02 lostella

I was thinking about composing it with NuclearNorm, but if the implementation could be generic with respect to the choice of inner prox, IndBallRank or NuclearNorm.

baggepinnen avatar Feb 26 '20 08:02 baggepinnen