You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ It provides the following solvers:
17
17
* Entropic regularization OT solver with Sinkhorn Knopp Algorithm [2] and stabilized version [9][10] with optional GPU implementation (requires cudamat).
18
18
* Smooth optimal transport solvers (dual and semi-dual) for KL and squared L2 regularizations [17].
19
19
* Non regularized Wasserstein barycenters [16] with LP solver (only small scale).
20
-
* Non regularized free support Wasserstein barycenters [20].
21
20
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
22
21
* Optimal transport for domain adaptation with group lasso regularization [5]
23
22
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
24
23
* Linear OT [14] and Joint OT matrix and mapping estimation [8].
This toolbox benefit a lot from open source research and we would like to thank the following persons for providing some code (in various languages):
170
170
@@ -223,8 +223,8 @@ You can also post bug reports and feature requests in Github issues. Make sure t
223
223
224
224
[17] Blondel, M., Seguy, V., & Rolet, A. (2018). [Smooth and Sparse Optimal Transport](https://arxiv.org/abs/1710.06276). Proceedings of the Twenty-First International Conference on Artificial Intelligence and Statistics (AISTATS).
225
225
226
-
[18] Genevay, A., Cuturi, M., Peyré, G. & Bach, F. (2016) [Stochastic Optimization for Large-scale Optimal Transport](arXiv preprint arxiv:1605.08527). Advances in Neural Information Processing Systems (2016).
226
+
[18] Genevay, A., Cuturi, M., Peyré, G. & Bach, F. (2016) [Stochastic Optimization for Large-scale Optimal Transport](https://arxiv.org/abs/1605.08527). Advances in Neural Information Processing Systems (2016).
227
227
228
228
[19] Seguy, V., Bhushan Damodaran, B., Flamary, R., Courty, N., Rolet, A.& Blondel, M. [Large-scale Optimal Transport and Mapping Estimation](https://arxiv.org/pdf/1711.02283.pdf). International Conference on Learning Representation (2018)
229
229
230
-
[20] Cuturi, M. and Doucet, A. (2014) [Fast Computation of Wasserstein Barycenters](http://proceedings.mlr.press/v32/cuturi14.html). International Conference in Machine Learning
230
+
[20] Cuturi, M. and Doucet, A. (2014) [Fast Computation of Wasserstein Barycenters](http://proceedings.mlr.press/v32/cuturi14.html). International Conference in Machine Learning
0 commit comments