TensorFlow Graph Neural Networks
blog.tensorflow.org
TensorFlow Graph Neural Networks
1–10 of 23 posts
Re: TensorFlow Graph Neural Networks
#2Re: TensorFlow Graph Neural Networks
#3Re: TensorFlow Graph Neural Networks
#4I’m glad to see support for GNNs with tensorflow. Working with gnns for the past few years, personally for me it gets tiring to roll my own framework.
Re: TensorFlow Graph Neural Networks
#5I’m glad to see support for GNNs with tensorflow. Working with gnns for the past few years, personally for me it gets tiring to roll my own framework.
what's the state of GNN support elsewhere? does everyone else also roll their own, or are folks using Pytorch or something else?
Re: TensorFlow Graph Neural Networks
#6I’m glad to see support for GNNs with tensorflow. Working with gnns for the past few years, personally for me it gets tiring to roll my own framework.
what's the state of GNN support elsewhere? does everyone else also roll their own, or are folks using Pytorch or something else?
Re: TensorFlow Graph Neural Networks
#7I’m glad to see support for GNNs with tensorflow. Working with gnns for the past few years, personally for me it gets tiring to roll my own framework.
Re: TensorFlow Graph Neural Networks
#8I’m glad to see support for GNNs with tensorflow. Working with gnns for the past few years, personally for me it gets tiring to roll my own framework.
What's an example problem for which such networks work well?
We think a lot about security/fraud and digital journeys, where NN + xgboost are popular in general, and graph is used seperately (or upstream) for looking at broader structure. GNNs help blend these models. For example, in analyzing malicious user accounts (ex: misinfo on twitter), we already get many time/nlp/etc scores for whatever events/entities we look at, and use the social network structure to ensure better propagation/blending, similar to why boosting and ensemble methods became popular to beginwith. Feel free to DM if interested, we are quite excited by this space and working on some things here.
Re: TensorFlow Graph Neural Networks
#9Earlier quoted context omitted.
What's an example problem for which such networks work well?
Think of it as an ensemble for blending your normal NN features (ex: RNN for time/clickstreams) with a model that can also leverage useful graph features (document citations, app logins, chemicals connecting, social graphs). We think a lot about security/fraud and digital journeys, where NN + xgboost are popular in general, and graph is used seperately (or upstream) for looking at broader structure. GNNs help blend t…
Re: TensorFlow Graph Neural Networks
#10I’m glad to see support for GNNs with tensorflow. Working with gnns for the past few years, personally for me it gets tiring to roll my own framework.
what's the state of GNN support elsewhere? does everyone else also roll their own, or are folks using Pytorch or something else?