ggnn
ggnn copied to clipboard
Gated Graph Sequential Neural Networks in PyTorch. Easy to read and understand.
Gated Graph Sequence Neural Networks
This is a PyTorch implementation of the paper Gated Graph Sequence Neural Networks. This implementation has been designed to be simple and easy to read. Whenever possible I refer directly to equations and sections from the paper so definitely read the paper. Hopefully this repo can help in understanding GGNNs.
References
Largely a simplified version of https://github.com/JamesChuanggg/ggnn.pytorch.