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
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -16,27 +16,30 @@ learning.
16
16
17
17
Website and documentation: [https://PythonOT.github.io/](https://PythonOT.github.io/)
18
18
19
-
POT provides the following solvers:
20
-
19
+
POT provides the following generic OT solvers:
21
20
* OT Network Flow solver for the linear program/ Earth Movers Distance [1].
22
-
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2], stabilized version [9][10] and greedy Sinkhorn [22] with optional GPU implementation (requires cupy).
21
+
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
22
+
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2],
23
+
stabilized version [9][10], greedy Sinkhorn [22] and Screening Sinkhorn [26] with optional GPU
24
+
implementation (requires cupy).
25
+
* Bregman projections for Wasserstein barycenter [3], convolutional barycenter [21] and unmixing [4].
23
26
* Sinkhorn divergence [23] and entropic regularization OT from empirical data.
24
27
* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularizations [17].
25
28
* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
26
-
* Bregman projections for Wasserstein barycenter [3], convolutional barycenter [21] and unmixing [4].
27
-
* Optimal transport for domain adaptation with group lasso regularization and Laplacian regularization [5][30]
28
-
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
29
-
* Linear OT [14] and Joint OT matrix and mapping estimation [8].
0 commit comments