summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:49:11 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:49:11 +0200
commit48f0963dd3af8c569ea52467ab52c6480f16be8f (patch)
tree5883b32b33f7ec42221b33c75e9661feb8a97ed7 /README.md
parenteff2e5304269482e1ce2e7d6e1271e068134bfa4 (diff)
readme
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