Learn Before
Concept

Recurrent Models for Graph Generation

There are two concrete instantiations of the autoregressive generation idea: in the first model called GraphRNN, we model autoregressive dependencies using a recurrent neural network (RNN); In the second approach called graph recurrent attention network (GRAN), we generate graphs by using a GNN to condition on the adjacency matrix that has been generated so far.

0

1

Updated 2022-07-31

Contributors are:

Who are from:

Tags

Data Science

Learn After