CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
210 stars 47 forks source link

Add `GConvLSTM` temporal layer #437

Closed aurorarossi closed 2 weeks ago

aurorarossi commented 1 month ago

This PR adds the GConvLSTM temporal convolutional layer of the following paper https://arxiv.org/pdf/1612.07659

aurorarossi commented 1 month ago

In a future PR, I will update the documentation with a clear distinction between static graphs with temporal features convolution layers (like the one in this PR) and temporal graphs with temporal features layers.