Skip to content

Commit fb6c12a

Browse files
committed
add notebooks to reamde
1 parent 5345d1e commit fb6c12a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,16 @@ The examples folder contain several examples and use case for the library. The f
7777
Here is a list of the Python notebooks if you want a quick look:
7878

7979
* [1D optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_OT.ipynb)
80+
* [OT Ground Loss](https://github.com/rflamary/POT/blob/master/examples/Demo_Ground_Loss.ipynb)
81+
* [Multiple EMD computation](https://github.com/rflamary/POT/blob/master/examples/Demo_Compute_EMD.ipynb)
8082
* [2D optimal transport on empirical distributions](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb)
8183
* [1D Wasserstein barycenter](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb)
8284
* [OT with user provided regularization](https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb)
8385
* [Domain adaptation with optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb)
8486
* [Color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb)
8587
* [OT mapping estimation for domain adaptation](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb)
8688
* [OT mapping estimation for color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation_mapping.ipynb)
89+
* [Wasserstein Discriminant Analysis](https://github.com/rflamary/POT/blob/master/examples/Demo_Wasserstein_Discriminant_Analysis.ipynb)
8790

8891

8992
You can also see the notebooks with [Jupyter nbviewer](https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/).

docs/source/readme.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ Here is a list of the Python notebooks if you want a quick look:
101101

102102
- `1D optimal
103103
transport <https://github.com/rflamary/POT/blob/master/examples/Demo_1D_OT.ipynb>`__
104+
- `OT Ground
105+
Loss <https://github.com/rflamary/POT/blob/master/examples/Demo_Ground_Loss.ipynb>`__
106+
- `Multiple EMD
107+
computation <https://github.com/rflamary/POT/blob/master/examples/Demo_Compute_EMD.ipynb>`__
104108
- `2D optimal transport on empirical
105109
distributions <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb>`__
106110
- `1D Wasserstein
@@ -115,6 +119,8 @@ Here is a list of the Python notebooks if you want a quick look:
115119
adaptation <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb>`__
116120
- `OT mapping estimation for color transfer in
117121
images <https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation_mapping.ipynb>`__
122+
- `Wasserstein Discriminant
123+
Analysis <https://github.com/rflamary/POT/blob/master/examples/Demo_Wasserstein_Discriminant_Analysis.ipynb>`__
118124

119125
You can also see the notebooks with `Jupyter
120126
nbviewer <https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/>`__.

0 commit comments

Comments
 (0)