Learn Before
Adversarial Approaches: Generative adversarial networks (GANs)
Many recent generative models leverage alternative generative frameworks, and among them generative adversarial networks (GANs) are one of the most popular.
The basic idea behind a general GAN-based generative models is: first define a trainable network . This generator network is trained to generate realistic data samples by taking a random seed as input.
At the same time, define a discriminator network . The goal of it is to distinguish between real data samples and samples generated by the generator .
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