summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-06-27 15:01:13 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-06-27 15:01:13 +0200
commit2d7db0ed112b9349dc0b0c4cc7a9f3ea8da4ebed (patch)
tree33ebaffc1e9904632c5664336aab4c82ee733fa8 /docs
parentb8ac4609e9313fcda0a1ad9291431b2b1b3b9704 (diff)
update readme
Diffstat (limited to 'docs')
-rw-r--r--docs/source/readme.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/readme.rst b/docs/source/readme.rst
index b7828d3..320ddd5 100644
--- a/docs/source/readme.rst
+++ b/docs/source/readme.rst
@@ -35,6 +35,7 @@ It provides the following solvers:
- Stochastic Optimization for Large-scale Optimal Transport (semi-dual
problem [18] and dual problem [19])
- Non regularized free support Wasserstein barycenters [20].
+- Unbalanced OT with KL relaxation distance and barycenter [10, 25].
Some demonstrations (both in Python and Jupyter Notebook format) are
available in the examples folder.
@@ -69,6 +70,13 @@ modules:
Pip installation
^^^^^^^^^^^^^^^^
+Note that due to a limitation of pip, ``cython`` and ``numpy`` need to
+be installed prior to installing POT. This can be done easily with
+
+::
+
+ pip install numpy cython
+
You can install the toolbox through PyPI with:
::
@@ -229,6 +237,8 @@ The contributors to this library are
- `Alain
Rakotomamonjy <https://sites.google.com/site/alainrakotomamonjy/home>`__
- `Vayer Titouan <https://tvayer.github.io/>`__
+- `Hicham Janati <https://hichamjanati.github.io/>`__ (Unbalanced OT)
+- `Romain Tavenard <https://rtavenar.github.io/>`__ (1d Wasserstein)
This toolbox benefit a lot from open source research and we would like
to thank the following persons for providing some code (in various
@@ -379,6 +389,10 @@ and Statistics, (AISTATS) 21, 2018
graphs <http://proceedings.mlr.press/v97/titouan19a.html>`__ Proceedings
of the 36th International Conference on Machine Learning (ICML).
+[25] Frogner C., Zhang C., Mobahi H., Araya-Polo M., Poggio T. (2019).
+`Learning with a Wasserstein Loss <http://cbcl.mit.edu/wasserstein/>`__
+Advances in Neural Information Processing Systems (NIPS).
+
.. |PyPI version| image:: https://badge.fury.io/py/POT.svg
:target: https://badge.fury.io/py/POT
.. |Anaconda Cloud| image:: https://anaconda.org/conda-forge/pot/badges/version.svg