Implementations of algorithms in this repository will focus on completing low rank matrixes . Including traditional matrix trace and nuclear norm minimization as well as some algorithms related to the popular differentiable programming. They are all implemented in python or MATLAB.
- SVT (A Singular Value Thresholding Algorithm for Matrix Completion)
- Low-Rank Matrix Recovery via Efficient Schatten p-Norm Minimization(find the paper here)
- Factor Group-Sparse Regularization for Efficient Low-Rank Matrix Recovery
- ...
- ml-1M from MovieLens
- ml-100k from MovieLens
- Netflix Dataset from Netflix
More to be continued...