[ ] Loading Data sequentially. Use the 100 mapping of a unique task as a batch.
[x] Using LSTM for sequential data (flow of data). For example, passing node embedding to a LSTM or replacing the MLP with LSTM.
[ ] Adding Positional Encoding information to Nodes ? i.e Degree, Node2Vec or DeepWalk or GraphTransformerNetwork, Global structure using Laplacian Eigenvector.
i.e Denser and Wider Layers.
i.e normalising mappings of every unique graph between 0-1 with its own max and min mapping variation.