File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
8992You can also see the notebooks with [ Jupyter nbviewer] ( https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/ ) .
Original file line number Diff line number Diff 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
119125You can also see the notebooks with `Jupyter
120126nbviewer <https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/> `__.
You can’t perform that action at this time.
0 commit comments