summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:03:36 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:03:36 +0200
commit927ec792baefbf7ee587df872aba16e6f54001b4 (patch)
treecce4ccccad1cbba457bee7923c88d578ed9264ab /README.md
parent4854277c583d7d7a82a352d2a83fafe9311b2e24 (diff)
correct readme typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eba28a6..a22306d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ It provides the following solvers:
* OT Network Flow solver for the linear program/ Earth Movers Distance [1].
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] with optional GPU implementation (requires cudamat).
-* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularization [17].
+* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularizations [17].
* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
* Optimal transport for domain adaptation with group lasso regularization [5]