Skip to content

Functional Optimal Transport: Map Estimation and Domain Adaptation for Functional data

Notifications You must be signed in to change notification settings

Jiacheng-Zhu-AIML/FOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Optimal Transport

This repository contains the codebase accompaning the paper "Functional Optimal Transport: Map Estimation and Domain Adaptation for Functional data".

Getting Started

Basic requirements

python 3
numpy
matplotlib
scipy

Installation

git clone https://github.com/VersElectronics/FOT.git

Usage

File description

  • fot/FOT_Solver.py The FOT solver class
  • toy_example/ Toy examples.

Run toy examples

python3 FOT_toy_example_03.py

Acknowledgements

This repo adopted the following packages as benchmarks