Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r9y9/robustpca.jl
Robust Principal Component Analysis in Julia
https://github.com/r9y9/robustpca.jl
Last synced: 16 days ago
JSON representation
Robust Principal Component Analysis in Julia
- Host: GitHub
- URL: https://github.com/r9y9/robustpca.jl
- Owner: r9y9
- License: other
- Created: 2014-10-08T16:06:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T04:45:58.000Z (over 8 years ago)
- Last Synced: 2024-05-02T01:27:21.986Z (7 months ago)
- Language: Julia
- Size: 328 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RobustPCA
[![Build Status](https://travis-ci.org/r9y9/RobustPCA.jl.svg?branch=master)](https://travis-ci.org/r9y9/RobustPCA.jl)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)RobustPCA.jl provides a support for Robust Principal Component Analysis (RPCA) in Julia language. The optimization algorithm implemented in this package basically follows:
- [Lin, Zhouchen, Minming Chen, and Yi Ma. "The augmented lagrange multiplier method for exact recovery of corrupted low-rank matrices." arXiv preprint arXiv:1009.5055 (2010)](http://arxiv.org/pdf/1009.5055.pdf).
## Installalation
```julia
Pkg.clone("https://github.com/r9y9/RobustPCA.jl")
```## Singing-voice separation from monaural recordings Demo
- [P.S Huang, S.D. Chen, P. Smaragdis, and M. HasegawaJohnson, "Singing-voice separation from monaural recordings using robust principal component analysis", Proc. ICASSP 2012.](http://www.mirlab.org/conference_papers/International_Conference/ICASSP%202012/pdfs/0000057.pdf)
```julia
julia demo/Huang2012_singing_source_separation.jl
```