Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph Neural Network (GNN) support in TensorFlow.js #5975

Open
jasonmayes opened this issue Dec 31, 2021 · 3 comments
Open

Graph Neural Network (GNN) support in TensorFlow.js #5975

jasonmayes opened this issue Dec 31, 2021 · 3 comments

Comments

@jasonmayes
Copy link
Member

Currently TensorFlow.js does not support the new GNN (Graph based neural networks) as detailed here. A growing number of members of the community are keen to see this feature implemented in TensorFlow.js to keep up to date with the latest research.

Will this change the current api? How?
This will extend the current existing API to support new features related to GNNs

Who will benefit with this feature?
All users of TensorFlow.js using to create GNN based models.

Any Other info.
Please also see this forum discussion:
https://discuss.tensorflow.org/t/gnn-for-tensorflow-js/6747

@jasonmayes jasonmayes added the type:feature New feature or request label Dec 31, 2021
@grmatthews
Copy link

Am willing to support this as a contributor. Contact me if/when there's enough support to kick start this.

@jasonmayes
Copy link
Member Author

Any updates on this one if feasible for the future to look into?

@grmatthews
Copy link

grmatthews commented Sep 5, 2022

Can I request that we propose to look into building an RGCN (Relational GCN), which would have multiple node types, multiple edge types, and where the edges and nodes each can have features? I am mentioning this since 'GCN' could mean what I've described, or a subset, e.g. homogenous nodes, no edge features, etc. And I'm calling it a RGCN since that's what Zak Jost calls it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants