Skip to content

PythonOT/convolutional-monge-mapping-normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolutional Monge Mapping Normalization for learning on Sleep data

This repository is the official implementation of Convolutional Monge Mapping Normalization for learning on Sleep data. This repository proposes an example of the method applied to Physionet data available on MNE-python.

(The other datasets used in the paper are available on request. That the reason why we propose an example on Physionet data only.)

Install pyTorch

Follow the instructions from pyTorch website.

Install MNE-python

Follow the instructions from MNE-python website.

Install package from source

git clone https://github.com/tgnassou/cmmn.git
cd cmmn

In a dedicated Python env, run:

pip install -e .

To run the example of the paper for physionet data

python examples/physionet.py

To visualize cmmn effect on the data

python examples/cmmn_visualization.py

About

Convolutional Monge Mapping Normalization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages