Skip to content

Grid Search for GNNs  #1070

@AgathaSchmidt

Description

@AgathaSchmidt

Enhancement description

In order to find the best GNN architecture suitable for our task, we conduct a grid serach for foru different model types.
Tha parameters that are varied are the model depth (number of layers) and the model width (number of units per layer).
This code is important to ensure replicability of the results of the master thesis.

The training data is generated by the MEmilio graph-ODE model and then split into input and label for the model as implemented in #1057.

  • grid serach for four model types (GCNConv, ARMAConv, APPNPConv, GATConv)

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 softwareclass::improvementCleanup that doesn't affect functionalitymodel::odeThis issue concerns any kind of ODE-based model.

Type

No type

Projects

Status

On hold

Status

🏗 In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions