Skip to content

Commit a5dd8c2

Browse files
committed
redame update
1 parent b2030a0 commit a5dd8c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.
44

55
It provides the following solvers:
6+
67
* OT solver for the linear program/ Earth Movers Distance [1].
78
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2].
89
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
@@ -19,6 +20,8 @@ The Library has been tested on Linux and MacOSX. It requires a C++ compiler for
1920
- Scipy (>=0.17)
2021
- Cython (>=0.23)
2122
- Matplotlib (>=1.5)
23+
24+
2225
Under debian based linux the dependencies can be installed with
2326
```
2427
sudo apt-get install python-numpy python-scipy python-matplotlib cython
@@ -56,6 +59,7 @@ The examples folder contain several examples and use case for the library. The f
5659
## Acknowledgements
5760

5861
The contributors to this library are:
62+
5963
* [Rémi Flamary](http://remi.flamary.com/)
6064
* [Nicolas Courty](http://people.irisa.fr/Nicolas.Courty/)
6165
* [Laetitia Chapel](http://people.irisa.fr/Laetitia.Chapel/)

0 commit comments

Comments
 (0)