Replies: 1 comment 1 reply
-
Here are some examples that might help you
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all! I am curious what it would look like to train a multigraph network where the graphs are time related. For instance, we may want to forecast demand on a product for the next k intervals. I can create N such graphs, each being a bipartite graph representing users and products representing interactions over a given time length, but am unsure of how to set up training. Ideally as well, these learned network embeddings would serve as input in a TCN or other time related model (GRU, RNN, etc.). I understand conceptually how this works, as in training all the networks for a given task (link prediction is most suitable here) and the sequential models and backprop the loss all the way. I am having trouble formalizing this in code however. Any pointers would be great! Thanks!
Inspiration for this question is stemmed in the research article below:
https://assets.amazon.science/50/90/df9385f840c7b0363febf882a6ad/spatio-temporal-multi-graph-networks-fordemand-forecasting-in-online-marketplaces.pdf
Beta Was this translation helpful? Give feedback.
All reactions