HrithikNambiar / OTML_Statlearn2018

Courses and practical sessions for the Optimal Transport and Machine learning course at Statlearn 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTML_Statlearn2018

Courses and practical sessions for the Optimal Transport and Machine learning course at Statlearn 2018.

This course has been prepared by Rémi Flamary and Nicolas Courty.

Course

  • Introduction to Optimal Transport [PDF]
    • Optimization problem
    • Regularization
  • OT for Machine Learning [PDF]
    • Mapping with Optimal Transport
    • Learning from histograms with Wasserstein distance
    • Learning from empirical distributions with Wasserstein distance

Practical Sessions

Install Python and POT Toolbox

In order to do the practical sessions you need to have a working Python installation. The simplest way on any OS is to install the Anaconda distribution that can be freely downloaded from here.

When anaconda is installed the simplest way to install pot is to launch the anaconda terminal and execute:

conda install -c conda-forge pot 

which will install the POT OT Toolbox automatically.

Download the Notebooks for the session

You can download all the necessary files here: OTML_Statlearn2018.zip

The zip file contains the following session:

  1. Introduction to OT with POT
  2. Domain adaptation on digits with OT
  3. Color Grading with OT

You can choose to do the practical session using the notebooks included or the python script. We recommend Notebooks for beginners.

The solutions for the practical sessions can be obtained ath the following URL:

https://remi.flamary.com/cours/otml/solution_[NUMBER].zip

Where [NUMBER] has to be replaced by the integer part of the value of the Wasserstein obtained in Practical Session 0 with the Manhattan/Cityblock ground metric.

About

Courses and practical sessions for the Optimal Transport and Machine learning course at Statlearn 2018

License:MIT License


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%