summaryrefslogtreecommitdiff
path: root/README.md
blob: a4439d96158093d038a364e76a0fc6ee35fe6773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 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