From af99bcb8b307e6460e061bff205b1d1b5a575e46 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Oct 2016 16:51:01 +0200 Subject: readme 2 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2d5049..a4439d9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,15 @@ 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) +* Linear program (LP) OT solver/ Earth Movers Distance (using code from Antoine Rolet and Nicolas Bonneel) * Entropic regularization OT solver * Bregman projection for Wasserstein barycenter and unmixing * Optimal transport for domain adaptation + +Some demonstrations of what can be done are available in the examples folder. + + +## Installation + + +## References -- cgit v1.2.3