-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52677ed
commit 3f5c46d
Showing
2 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Latex files | ||
|
||
*.aux | ||
*.glo | ||
*.idx | ||
*.log | ||
*.toc | ||
*.ist | ||
*.acn | ||
*.acr | ||
*.alg | ||
*.bbl | ||
*.blg | ||
*.tui | ||
*.top | ||
*.tmp | ||
*.mp | ||
*.dvi | ||
*.glg | ||
*.gls | ||
*.ilg | ||
*.ind | ||
*.lof | ||
*.lot | ||
*.maf | ||
*.mtc | ||
*.mtc1 | ||
*.out | ||
*.synctex.gz | ||
|
||
# Mac IDE files | ||
*.swp | ||
*~ | ||
*(Autosaved).rtfd/ | ||
Backup[ ]of[ ]*.pages/ | ||
Backup[ ]of[ ]*.key/ | ||
Backup[ ]of[ ]*.numbers/ | ||
|
||
# Mac finder files and hidden folders | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# awesome-optimal-transport | ||
# Awesome Optimal Transport | ||
A list of awesome papers and cool resources on optimal transport and its applications in general! As you will notice, this list is currently mostly focused on optimal transport for machine learning topics. | ||
|
||
|
||
# Table of Contents | ||
|
||
* [Tutorial and Blogs](#tutorials-and-blogs) | ||
* [Libraries](#libraries) | ||
* [Books](#books) | ||
|
||
# Tutorials and Blogs | ||
|
||
* [Course notes on Optimal Transport - MVA master ENS Paris-Saclay](https://optimaltransport.github.io/slides-peyre/CourseOT.pdf) | ||
* [Optimal Transport tutorial](http://remi.flamary.com/cours/tuto_otml.html) | ||
|
||
# Libraries | ||
|
||
* [POT: Python Optimal Transport](https://pythonot.github.io/) | ||
* [Geomloss](https://www.kernel-operations.io/geomloss/) (Pytorch library of regularized OT loss variants) | [GitHub Repo](https://github.com/jeanfeydy/geomloss) | ||
|
||
# Books | ||
|
||
* [Computational Optimal Transport](https://optimaltransport.github.io/) | [Arxiv](https://arxiv.org/abs/1803.00567) | ||
* [Optimal Transport for Applied Mathematicians](https://www.imo.universite-paris-saclay.fr/~filippo/OTAM-cvgmt.pdf) |