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

> Why not keep directed citation edges? #220

Open
daniel620 opened this issue May 15, 2023 · 0 comments
Open

> Why not keep directed citation edges? #220

daniel620 opened this issue May 15, 2023 · 0 comments

Comments

@daniel620
Copy link

          > Yes, you could simply take a non-symmetric adjacency matrix and normalize with D^(-1)*A instead of D^(-1/2)*A*D^(-1/2). Have a look at this paper for more details: https://arxiv.org/abs/1703.06103


On Mon, Mar 4, 2019 at 1:41 AM zachlefevre @.***> wrote: A CGN operates on a non-symmetric adjacency matrix, and therefore is already over a directed graph. Somebody correct me if I'm wrong. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#91 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AHAcYI0Uk30zUuVMGpcvsCqHoM--cJO3ks5vTGvWgaJpZM4bXwtP .

Dear Dr Kipf,

In the code using Cora dataset, you have used a directed graph, which leads to a asymmetric adjacency matrix, but you made this matrix symmetric.
Could you please let me know why it should symmeteric matix?
And is it the same as making the graph directed and then find the adjacency matrix?

Thank you million for sharing your knowledge.

Originally posted by @fansariadeh in #91 (comment)

I have a similar question regarding citation relationships. While citation relationships are typically considered to be directed, in the paper, the links between nodes are treated as non-directed. I'm curious if there is a specific reason for this approach, or if it was simply done for the sake of simplicity.

I would greatly appreciate it if someone could provide a more detailed explanation on this matter.

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