Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 309 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 309 Bytes

Using Graph neural network to predict spread of COVID-19 from partial tests

Relavent Codes that I am working on currently:

  • gnn_seird_cluster.py : Contains the GNN model and Recurrent GNN model on static graphs.
  • rgnn_seird.py: Contains the sequence modelling on graphs and associated data processing.