Skip to content

Commit b8d92d9

Browse files
committed
readme again
1 parent f9dd6f8 commit b8d92d9

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
[![Documentation Status](https://readthedocs.org/projects/pot/badge/?version=latest)](http://pot.readthedocs.io/en/latest/?badge=latest)
5-
5+
66
This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.
77

88
It provides the following solvers:
@@ -13,6 +13,12 @@ It provides the following solvers:
1313
* Optimal transport for domain adaptation with group lasso regularization [5]
1414
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
1515

16+
We are also currently working on the following features:
17+
18+
[] Image color adaptation demo
19+
[] Scikit-learn inspired classes for domain adaptation
20+
[] Mapping estimation as proposed in [8]
21+
1622
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
1723

1824
## Installation
@@ -53,10 +59,10 @@ The examples folder contain several examples and use case for the library. The f
5359

5460
Here is a list of the Python notebook if you want a quick look:
5561

56-
* [1D optimal transport](examples/Demo_1D_OT.ipynb)
57-
* [2D optimal transport on empirical distributions](examples/Demo_2D_OT_samples.ipynb)
58-
* [1D Wasserstein barycenter](examples/Demo_1D_barycenter.ipynb)
59-
* [OT with user provided regularization](examples/Demo_Optim_OTreg.ipynb)
62+
* [1D optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_OT.ipynb)
63+
* [2D optimal transport on empirical distributions](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb)
64+
* [1D Wasserstein barycenter](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb)
65+
* [OT with user provided regularization](https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb)
6066

6167

6268
## Acknowledgements
@@ -89,3 +95,5 @@ This toolbox benefit a lot from open source research and we would like to thank
8995
[6] Ferradans, S., Papadakis, N., Peyré, G., & Aujol, J. F. (2014). Regularized discrete optimal transport. SIAM Journal on Imaging Sciences, 7(3), 1853-1882.
9096

9197
[7] Rakotomamonjy, A., Flamary, R., & Courty, N. (2015). Generalized conditional gradient: analysis of convergence and applications. arXiv preprint arXiv:1510.06567.
98+
99+
[8] M. Perrot, N. Courty, R. Flamary, A. Habrard, "Mapping estimation for discrete optimal transport", Neural Information Processing Systems (NIPS), 2016.

docs/source/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ Contents
3030
all
3131
examples
3232

33-
Examples
34-
--------
35-
36-
37-
3833

3934
References
4035
----------

0 commit comments

Comments
 (0)