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
77
77
Here is a list of the Python notebooks if you want a quick look:
78
78
79
79
* [ 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 )
80
82
* [ 2D optimal transport on empirical distributions] ( https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb )
81
83
* [ 1D Wasserstein barycenter] ( https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb )
82
84
* [ OT with user provided regularization] ( https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb )
83
85
* [ Domain adaptation with optimal transport] ( https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb )
84
86
* [ Color transfer in images] ( https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb )
85
87
* [ OT mapping estimation for domain adaptation] ( https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb )
86
88
* [ 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 )
87
90
88
91
89
92
You 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:
101
101
102
102
- `1D optimal
103
103
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> `__
104
108
- `2D optimal transport on empirical
105
109
distributions <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb> `__
106
110
- `1D Wasserstein
@@ -115,6 +119,8 @@ Here is a list of the Python notebooks if you want a quick look:
115
119
adaptation <https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb> `__
116
120
- `OT mapping estimation for color transfer in
117
121
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> `__
118
124
119
125
You can also see the notebooks with `Jupyter
120
126
nbviewer <https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/> `__.
You can’t perform that action at this time.
0 commit comments