Learn Before
Concept
GraphRNN
The basic idea in the GraphRNN approach is to use a hierarchical RNN to model the edge dependencies in the equation shown below. The first RNN in the hierarchical model is used to model the state of the graph that has been generated so far. The second RNN generates the entries of L[vi, :] in an autoregressive manner. The overall GraphRNN approach is called hierarchical because the node-level RNN is initialized at each time-step with the current hidden state of the graph-level RNN.

0
1
Updated 2022-07-31
Tags
Data Science