Learn Before
Concept
Graph Recurrent Attention Networks (GRAN)
To address some of the limitations of the GraphRNN approach, GRAN model was proposed. GRAN maintains the autoregressive decomposition of the generation process, and instead of using RNNs to model the autoregressive generation process, GRAN uses GNNs. The key idea in GRAN is that we can model the conditional distribution of each row of the adjacency matrix by running a GNN on the graph that has been generated so far.

0
1
Updated 2022-07-31
Tags
Data Science