Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

File metadata and controls

19 lines (15 loc) · 1.1 KB

Low Rank Approximation Techniques Project ( ❛ ͜ʖ ❛ )

A project for the course Low-rank Approximation Techniques.

le chat + le Big Ben = le chat dans le Big Ben

Code:

  • The notebook 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 contain the main function Sinkhorn for the sinkhorn algorithm and variations.
  • The python file builders.py contain the builders functions used to manipulate images and initialize parameters of Sinkhorn.

Dependencies:

  • Numpy
  • Matplotlib
  • Sikit-Learn

Main references: