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

can SGC handle directed graph? #21

Closed
ghost opened this issue Apr 27, 2020 · 1 comment
Closed

can SGC handle directed graph? #21

ghost opened this issue Apr 27, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 27, 2020

GCN can handle directed graph when adjacency matrix is allowed to be asymmetric and normalized with D^-1 * A. Is it possible to have SGC handle directed graph as well? Thanks

@Tiiiger
Copy link
Owner

Tiiiger commented Apr 27, 2020

hi, thank you for your interest for SGC.

-- Is is possible?
Yes! I believe if you just change your adjacency matrix and follow the code in this repo, it should work.

-- will it work well?
I don't really know. I think it is very difficult to know before actually trying it out and personally I havn't tried it. It will probably, just like many other machine learning problems, depend on the dataset you are working with.

But I encourage to try SGC out! If you are starting to work on something new, why not try this simple and fast baseline? Good luck!

@Tiiiger Tiiiger closed this as completed Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant