Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 762 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 762 Bytes

GraphReactionNet

Reference implementation of the certificates proposed in the paper:

"Graph neural networks to learn joint representations of disjoint molecular graph"

Chen Shao, Chen Zhou, and Pascal Friederich

Example

The notebook demo.ipynb shows an example of how to use our dataset for a pretrained GCN model.

You can use scripts/train_and_acc.py to train a model from scratch on a cluster.

Cite

Please cite our paper if you use this code or dataset in your own work:

@inproceedings{TODO,
title = { Graph neural networks to learn joint representations of disjoint molecular graphs},
author = {Chen Shao, Chen Zhou, and Pascal Friederich},

}