Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neurodata/goat

A paper (in progress) on graph matching via optimal transport. On arxiv at https://arxiv.org/abs/2111.05366
https://github.com/neurodata/goat

graph-algorithms graph-alignment graphs networks python statistics

Last synced: 3 days ago
JSON representation

A paper (in progress) on graph matching via optimal transport. On arxiv at https://arxiv.org/abs/2111.05366

Awesome Lists containing this project

README

        

# 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](https://jupyterbook.org/intro.html)
- ``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](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book template](https://github.com/executablebooks/cookiecutter-jupyter-book).