summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7749db..d2d5049 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
# POT
Python Optimal Transport library
+
+This Python librarie is an open source implementation with several functions that allow to solve optimal transport problems in Python.
+
+It provides the following solvers:
+* Linear program (LP) OT solver/ Earth Movers Distance (using code from Antoine Rolet and Nicolas Bonnel)
+* Entropic regularization OT solver
+* Bregman projection for Wasserstein barycenter and unmixing
+* Optimal transport for domain adaptation