Skip to content

camillaiorio/Graph-UNets

Repository files navigation

Graph-UNet_project

An implementation of the paper https://arxiv.org/pdf/1905.05178.pdf

This paper simply describes the application of the UNet model to Graph Neural Networks (GNNs). We chose the PROTEINS dataset, which will be automatically downloaded (if not already present in the directory) when running the code.

The general structure of the model is the following:

image

How to run

  • $ pip install -r requirements.txt
  • run all the cells of the Jupyter notebook Graph_UNets_paper_implementation.ipynb
  • (Optional) Make other experiments by changing parameters by looking at the experiments folder

In any case, look at experiments.pdf to look at the results of the experiments that we have already performed.

About

An implementation of the paper https://arxiv.org/pdf/1905.05178.pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published