Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahlusar1989/low-rank-matrix-recovery
Experiments with Nuclear Norm Minimization
https://github.com/ahlusar1989/low-rank-matrix-recovery
Last synced: 23 days ago
JSON representation
Experiments with Nuclear Norm Minimization
- Host: GitHub
- URL: https://github.com/ahlusar1989/low-rank-matrix-recovery
- Owner: ahlusar1989
- Created: 2019-04-25T17:11:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T19:57:07.000Z (over 5 years ago)
- Last Synced: 2024-10-04T23:40:48.231Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low Rank Matrix Recovery
Experiments with Nuclear Norm Minimization for MA 591 with Dr. Cynthia Vinzant. The course page can be found [here](https://clvinzan.math.ncsu.edu/teaching/591/).Implementation leveraged [NumPy](https://www.numpy.org/) and [CVXOPT](https://cvxopt.org/) and is based on the following [paper](https://link.springer.com/content/pdf/10.1007%2Fs10208-009-9045-5.pdf).