Concept

Graph Level RNN

Graph level RNN use RNN to capture graph level pattern, such as temporal pattern of dynamic graph and sequential pattern under different graph granularities.

An example under this category is Dynamic Graph Neural Network (DGNN). DGNN can capture the temporal pattern of a dynamic graph. When a new edge is added to the graph, it uses LSTM to update the two newly connected nodes and their immediate neighbors.

0

1

Updated 2022-06-05

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science

Related