I have a sequence of graphs which represent states of the same entity over time - should I use TGN or RENet? #2988
Unanswered
krzysztoffiok
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I think you can start a bit more simple. Given that your data is temporal, you can create a dataset in which each data objects represents the graph at a given timestamp. Iterating over the dataset using a dataloader with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working with fMRI data. The data can be represented as a graph with feature values changing over time of the fMRI recording session (let's assume the graph could change it's structure as well). It is possible to obtain a sequence of graphs representing the same subject and his brain states that change during the recording session. Now I'm looking for an architecture that could be used with such data/graph sequences. Do you think TGN or RENet are suitable or should I look elsewhere?
I will appreciate any thoughts on the matter!
Thanks,
Chris
Beta Was this translation helpful? Give feedback.
All reactions