Temporal Graph Neural Networks

I was wondering if there was any tutorials on temporal GCN where the graph structure changes over time? I saw some papers from a quick google search, but could not find anything in DGL. I am just interested in learning more.

Thanks,

Currently we do not have tutorials or example models for dynamic graphs in the main DGL repository. However several existing papers on dynamic graphs uses DGL, for instance RE-Net.

1 Like

I recently implemented EvolveGCN on the Elliptic dataset using DGL, here is the link. Iā€™m also glad to submit the corresponding PR to the community if it is possible.

3 Likes

Yes please do.

(minimum 20 characters limit)