Skip to content

Commit

Permalink
doc(readme): add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Oct 1, 2023
1 parent 235afe8 commit a8190ac
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# AccAltProj for robust PCA
>Port of the AccAltProj algorithm for robust PCA to python.

<p align="center">
<a href="https://github.com/loiccoyle/RPCA/actions/workflows/ci.yml"><img src="https://github.com/loiccoyle/RPCA/actions/workflows/ci.yml/badge.svg"></a>
<!-- <a href="https://pypi.org/project/phomo/"><img src="https://img.shields.io/pypi/v/phomo"></a> -->
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<img src="https://img.shields.io/badge/platform-linux%20%7C%20macOS%20%7C%20windows-informational">
</p>

> Port of the AccAltProj algorithm for robust PCA to python.
<div align="center">
<image src="https://github.com/loiccoyle/RPCA/assets/33181239/dbccf187-740f-461f-8e05-78ad497b2d30" />
</div>

This is a python port of the [AccAltProj algorithm for robust PCA](https://github.com/caesarcai/AccAltProj_for_RPCA), described in this [paper](https://arxiv.org/abs/1711.05519).

0 comments on commit a8190ac

Please sign in to comment.