Learn Before
Concept
Similarities between GraphGNN and GRAN
The GRAN model can be trained in an analogous manner as GraphRNN by maximizing the likelihood of training graphs using teacher forcing. Like the GraphRNN model, we must also specify an ordering over nodes to compute the likelihood on training graphs. Lastly, like the GraphRNN model, we can use GRAN as a generative model after training simply by running the stochastic generation process.
0
1
Updated 2022-07-31
Tags
Data Science