IBM / EvolveGCN

Code for EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Apache License 2.0
508 stars 164 forks source link

Recommendation for Dynamic GNN project where new nodes are added per time-step #16

Open rperera12 opened 2 years ago

rperera12 commented 2 years ago

Hi, I am currently trying to find the best example from this repository with application on graphs where new nodes are added at each time-step. For example, I would like to predict the number of new nodes added at future time steps, along with their positions (node features). Which example from this repository would be best to try out?