All Projects → lchizat → Optimal Transport

lchizat / Optimal Transport

Optimal transport and generalizations

Projects that are alternatives of or similar to Optimal Transport

Depiction
interpret deep learning models in a framework-independent fashion
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Vespcn Tensorflow
Tensorflow implementation of VESPCN
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Stock Market Prediction Using Natural Language Processing
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Kaggle
DueApe数据科学,Kaggle代码资源分享
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Perfect Guide About Machine Learning Study
파이썬 머신러닝 완벽 가이드를 교재로 진행한 쏘카 데이터 그룹 사내 스터디 보완 자료
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Adventures In Ml Code
This repository holds all the code for the site http://www.adventuresinmachinelearning.com
Stars: ✭ 989 (+2502.63%)
Mutual labels:  jupyter-notebook
Blindsr dataset generator
Downscale a set of images by randomly created kernels and save them
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Parsing Pdfs
Extracting tabular information from PDFs using python
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Deeplearningwithpython
Machine Learning and Data Science study group starting Sep'2018
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Coursera
Deep Learning Andrew Ng Coursera
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Bempp Cl
A fast Python based just-in-time compiling boundary element library
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Chexpert Entries
Notebooks and scripts for making submissions to the CheXpert Competition
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Bottom Up Attention
Bottom-up attention model for image captioning and VQA, based on Faster R-CNN and Visual Genome
Stars: ✭ 989 (+2502.63%)
Mutual labels:  jupyter-notebook
Arxiv Manatee
Arxiv Sanity with novel paper search
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Visual Attention Model
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Fractional differencing gpu
Rapid large-scale fractional differencing with RAPIDS to minimize memory loss while making a time series stationary. 6x-400x speed up over CPU implementation.
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Cvpr18 detect globally refine locally
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Flexx Notebooks
Jupyter notebooks with Flexx examples.
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
Vietnamese Accent Model
A simple deep learning model to add accent to Vietnamese text.
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook
True artificial intelligence
真AI人工智能
Stars: ✭ 38 (+0%)
Mutual labels:  jupyter-notebook

Numerical methods for (unbalanced) optimal transport

This code is not maintained anymore and written in a deprecated version of Julia. For an stable implementation of unbalanced optimal transport, see Gabriel Peyré's code.


This Julia toolbox provides several tools for solving optimal transport, the unbalanced extensions and related problems.

What you can find here:

  • a computation of (unbalanced) optimal transport geodesics through extensions of the Benamou-Brenier dynamic formulation.
  • a demonstration of "scaling algorithms" for computing (unbalanced) optimal transport using the Kantorovich formulation
  • color transfer using optimal transport ;
  • Wasserstein gradient flow of the total variation functional (in 1d)
  • a tumor growth model computed as a gradient flow with an unbalanced optimal transport metric.
  • (in construction) (unabalanced) OT barycenters for big problems (using multiscale).

Check the associated article where the mathematical framework and algorithms are described:

and see the associated notebooks for a simple overview.

Extensions in preparation (if time permits!):

  • extension of the dynamic solver to Riemannian manifolds
  • gradient flow of the total variation in 2D
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].