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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# POT: Python Optimal Transport library
2
-
Python Optimal Transport library
3
2
4
-
This Python library is an open source implementation of several functions that allow to solve optimal transport problems in Python.
3
+
This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.
5
4
6
5
It provides the following solvers:
7
6
* Linear program (LP) OT solver/ Earth Movers Distance (using code from Antoine Rolet and Nicolas Bonneel [1]).
8
7
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2].
9
8
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
10
9
* Optimal transport for domain adaptation with group lasso regularization [5]
11
-
* Conditional gradient and Generalized conditional gradient for regularized OT [5].
10
+
* Conditional gradient [6]and Generalized conditional gradient for regularized OT [7].
12
11
13
12
Some demonstrations (both in Python and Jupyter Notebook Format) are available in the examples folder.
14
13
@@ -18,6 +17,11 @@ Some demonstrations (both in Python and Jupyter Notebook Format) are available i
18
17
19
18
## Examples
20
19
20
+
The examples folder contain several examples abnd use case for the library. Here is a list of the Ypython notebook if you want a quick look.
@@ -44,3 +48,5 @@ This toolbox benefit a lot from Open Source research and we would like to thank
44
48
[5] N. Courty; R. Flamary; D. Tuia; A. Rakotomamonjy, "Optimal Transport for Domain Adaptation," in IEEE Transactions on Pattern Analysis and Machine Intelligence , vol.PP, no.99, pp.1-1
45
49
46
50
[6] Ferradans, S., Papadakis, N., Peyré, G., & Aujol, J. F. (2014). Regularized discrete optimal transport. SIAM Journal on Imaging Sciences, 7(3), 1853-1882.
51
+
52
+
[7] Rakotomamonjy, A., Flamary, R., & Courty, N. (2015). Generalized conditional gradient: analysis of convergence and applications. arXiv preprint arXiv:1510.06567.
0 commit comments