Learn Before
Concept
Graph Recurrent Neural Networks (RNN)
RNN is a class of neural network models that model sequential data. Examples include Gated Recurrent Units (GRU) or Long Short-Term Memory (LSTM) model. RNN can be adapted to graph modeling with some moderate modification.
0
1
Updated 2022-06-05
Tags
Deep Learning (in Machine learning)
Data Science