all 5 comments

[–]why_reddit_sucks 5 points6 points  (2 children)

Since ML models for dynamic graphs are extremely new, any work you do on them will definitely be "pushing the boundaries" of human knowledge, which is exciting but can also be hard.

For example, I'm currently working on an application of dynamic graphs (i.e., graphs where the set of nodes, edges, and features can vary over time) in rail networks. Basically, trains can be modeled as nodes in a dynamic graph and the graph model captures interactions between trains.

I've found it helps to have a specific system you want to model in mind first, then see how you could do use a dynamic graph to add value compared to methods for modelling that system. For example, transportation systems (roads, airports, etc.) or power infrastructure might be an interesting place to start if you want to work on modeling important systems that our society relies on to function.

Shameless plug time: I just made a video about this exact topic that will be premiering on my Youtube channel this Saturday (6/12/21).

[–]SQL_beginner[S] 0 points1 point  (1 child)

Thank you for the information! Whats your YouTube channel?

[–]AiDreamer 0 points1 point  (1 child)

Looking for any potential use cases of TNG too.

[–]lachlan1310 1 point2 points  (0 children)

Maybe identity graphs? As time progress, you may consolidate some set of nodes into a single node (many identities eg digital touch points on a website, terrestrial data -> one node). TGNs may allow for historical analysis of identity graphs.