Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HongtengXu/Relational-Factorization-Model

Gromov-Wasserstein Factorization Models for Graph Clustering (AAAI-20)
https://github.com/HongtengXu/Relational-Factorization-Model

Last synced: about 1 month ago
JSON representation

Gromov-Wasserstein Factorization Models for Graph Clustering (AAAI-20)

Awesome Lists containing this project

README

        

# Relational-Factorization-Model

This package includes the implementation of my AAAI 2020 work **"Gromov-Wasserstein Factorization Models for Graph Clustering"** [https://arxiv.org/abs/1911.08530]

The examples include clustering two graph datasets:
* AIDS (with node attributes)
* IMDB-BINARY (without node attributes)

More data can be found at [https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets]

# Main Dependencies
* matplotlib
* networkx
* numpy
* pandas
* pickle
* pytorch
* typing