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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This open source Python library provide several solvers for optimization problem
10
10
It provides the following solvers:
11
11
12
12
* OT solver for the linear program/ Earth Movers Distance [1].
13
-
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] with optional GPU implementation.
13
+
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] with optional GPU implementation (required cudamat).
14
14
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
15
15
* Optimal transport for domain adaptation with group lasso regularization [5]
16
16
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
@@ -57,11 +57,11 @@ Note that for easier access the module is name ot instead of pot.
57
57
58
58
Some sub-modules require additional dependences which are discussed below
59
59
60
-
**ot.dr* (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
60
+
***ot.dr** (Wasserstein dimensionality rediuction) depends on autograd and pymanopt that can be installed with:
61
61
```
62
62
pip install pymanopt autograd
63
63
```
64
-
**ot.gpu* (GPU accelerated OT) depends on cudamat that have to be installed with:
64
+
***ot.gpu** (GPU accelerated OT) depends on cudamat that have to be installed with:
0 commit comments