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

Implementing graph convolutional neural networks #643

Open
hector-crean opened this issue Jul 20, 2020 · 1 comment
Open

Implementing graph convolutional neural networks #643

hector-crean opened this issue Jul 20, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@hector-crean
Copy link

Given the recent popularity of graph convolutional neural networks (i.e. https://github.com/tkipf/gcn), would it be worth implementing a swift paradigmatic version? I have a semi-working version, but would defer to those more knowledgable in these things.

@BradLarson
Copy link
Contributor

That would be a great addition. It's something that I know a few people were exploring, but we don't have any formal examples in the repository yet.

The integration of graphs and tensor operations is somewhere that we believe Swift can really shine, so anything you'd be willing to contribute would be very much appreciated.

@texasmichelle texasmichelle added the help wanted Extra attention is needed label Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants