Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit-Muller authored Dec 22, 2022
1 parent cc0cc9c commit 507b905
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ A project for the course Low-rank Approximation Techniques.

![le chat](img4_100.jpg?raw=true "Title") + ![le Big Ben](img2_100.jpg?raw=true "Title") = ![le chat dans le Big Ben](img42.jpg?raw=true "Title")

## Code:
- The notebook [main.ipynb](main.ipynb) contain all runnable code and output all the figures. Change the number of the images in the main to chose which original images you want to use.
- The python file [sinkhorn.py](sinkhorn.py) contain the main function `Sinkhorn` for the sinkhorn algorithm and variations.
- The python file [builders.py](builders.py) contain the builders functions used to manipulate images and initialize parameters of `Sinkhorn`.

## Dependencies:
- Numpy
- Matplotlib
- Sikit-Learn

## Main references:
- [1] [Massively scalable Sinkhorn distances via the Nyström method](https://arxiv.org/pdf/1812.05189.pdf)
- [2] [Computational Optimal Transport](https://arxiv.org/pdf/1803.00567.pdf)
- [3] [Adaptive color transfer with relaxed optimal transport](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7025983)

## Code:
- The notebook [main.ipynb](main.ipynb) contain all runnable code and output all the figures. Change the number of the images in the main to chose which original images you want to use.

0 comments on commit 507b905

Please sign in to comment.