Skip to content

neurodata/goat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOAT

A paper using optimal transport to solve the graph matching problem.

https://arxiv.org/abs/2111.05366

Repo structure

  • .github: Files specifying how the repo behaves on GitHub
  • data: Directory to store the raw data.
  • docs: Files to build the documentation website in the form of a Jupyter Book
  • pkg: A local Python package used for analysis in the Jupyter Notebooks

Building the book

Coming soon

Running the code

Coming soon

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.