Skip to content
Discussion options

You must be logged in to vote

Hi @knitemblazor maybe I could answer some of your questions:

For Q2: The edge weight does not have to lie between 0 and 1. Actually, it can be any meaningful value but in most cases lying in the range of [0,1] would be better.

For Q3: In literature, the best performance of GCN is achieved when the no. of layers is 2. Increasing it would typically lead to an oversmoothing issue. For the oversmoothing issue, you can refer to this blog

For Q4: You are right. Using MLP as a decoder usually could achieve better performance than a simple pairwise product.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@knitemblazor
Comment options

Answer selected by knitemblazor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants