From 7681db5c19817cfd003cea9ffdd95fedb9b00650 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 21 Mar 2018 11:03:06 +0100 Subject: update reame --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fb7ab2a..353fe32 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ This open source Python library provide several solvers for optimization problem It provides the following solvers: -* OT solver for the linear program/ Earth Movers Distance [1]. +* 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 (required cudamat). * Bregman projections for Wasserstein barycenter [3] and unmixing [4]. * Optimal transport for domain adaptation with group lasso regularization [5] * Conditional gradient [6] and Generalized conditional gradient for regularized OT [7]. -* Joint OT matrix and mapping estimation [8]. +* Linear OT [14] and Joint OT matrix and mapping estimation [8]. * Wasserstein Discriminant Analysis [11] (requires autograd + pymanopt). -* Gromov-Wasserstein distances and barycenters [12] +* Gromov-Wasserstein distances and barycenters ([13] and regularized [12]) Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder. -- cgit v1.2.3