summaryrefslogtreecommitdiff
path: root/README.md
blob: d2d50497c9d7e5993d99876be418aa1747e3501a (plain)
1
2
3
4
5
6
7
8
9
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