You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.
4
4
5
5
It provides the following solvers:
6
+
6
7
* OT solver for the linear program/ Earth Movers Distance [1].
7
8
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2].
8
9
* 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
19
20
- Scipy (>=0.17)
20
21
- Cython (>=0.23)
21
22
- Matplotlib (>=1.5)
23
+
24
+
22
25
Under debian based linux the dependencies can be installed with
0 commit comments