Learn Before
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
Tags
Data Science
Related
Node Embeddings
Graph Representation Learning by William Hamilton
Neighborhood Overlap Detection
K-Clustering of Graph Nodes
Graph Data structure
Machine Learning on Graphs
Graph Statistics and Kernel Methods
Generalized neighborhood aggregation: Set aggregators
Graph Neural Networks (GNNs)
Probabilistic Graphical Models (PGM)
Adversarial Approaches: Generative adversarial networks (GANs)
Deep Generative Models
Recurrent Models for Graph Generation
Traditional Graph Generation
Key Area For Future Graph Model Development