Learn Before
Concept

Traditional Graph Generation

The goal of graph generation is to build models that can generate realistic graph structures. In some ways, we can view this graph generation problem as the mirror image of the graph embedding problem. There are three common traditional graph generation approaches:

  • Erdös-Rényi (ER) model
  • Stochastic Block Model (SBM)
  • Preferential Attachment (PA) model

0

1

Updated 2022-07-31

Tags

Data Science

Learn After