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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,17 @@ A project for the course Low-rank Approximation Techniques.
3
3
4
4
 +  = 
5
5
6
+
## Code:
7
+
- 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.
8
+
- The python file [sinkhorn.py](sinkhorn.py) contain the main function `Sinkhorn` for the sinkhorn algorithm and variations.
9
+
- The python file [builders.py](builders.py) contain the builders functions used to manipulate images and initialize parameters of `Sinkhorn`.
10
+
11
+
## Dependencies:
12
+
- Numpy
13
+
- Matplotlib
14
+
- Sikit-Learn
15
+
6
16
## Main references:
7
17
-[1][Massively scalable Sinkhorn distances via the Nyström method](https://arxiv.org/pdf/1812.05189.pdf)
-[3][Adaptive color transfer with relaxed optimal transport](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7025983)
10
-
11
-
## Code:
12
-
- 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 commit comments