-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
class::featureA feature to be implemented for some part of the softwareA feature to be implemented for some part of the softwareclass::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalitymodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.
Description
Enhancement description
As the GNN grid search from #1070 showed, the best performing GNN is an ARMAConv model, based on the ARMAConv layer provided by the python library Spektral https://graphneural.network/layers/convolution/#armaconv
As we can see in the documentation, there are several layer specific parameters that can be altered. In order to find the best architecture for our task of predicting the diseasy dynamic for all 400 counties we conduct experiments, chinging the model parameters of the ARMAConv model.
- hyperparameter tuning for ARMAConv (model specific parameters)
- tuning hyperparameters like activation function and optimizer
requirements
GPU Quadro RTX 4000
tensorflow 2.9.1
numpy 1.22 4
scikit-learn 1.5.1
spektral 1.3.1
keras 2.14.0
Checklist
- Attached labels, especially loc:: or model:: labels.
- Linked to project
Metadata
Metadata
Assignees
Labels
class::featureA feature to be implemented for some part of the softwareA feature to be implemented for some part of the softwareclass::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalitymodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.
Type
Projects
Status
On hold
Status
🏗 In progress