GATNE icon indicating copy to clipboard operation
GATNE copied to clipboard

Edge weights

Open naman-ali opened this issue 4 years ago • 3 comments

Hi, thanks for providing the code to the public.

1- I've seen your replies on how to use your model for the weighted graph, but I am wondering whether you explain more? I know that weighted graphs can be applied easily on DeepWalk and Node2vec models. What random walk algorithm is used in your model? Instead of weighted edges, is not it better/easier to implement edge features like node features?

I have a network that has two types of nodes, two types of edges, and edges have weights. I could not find how to add edge weights to the model.

Thank you

naman-ali avatar Jan 17 '21 02:01 naman-ali

@naman-ali Sorry, the current version still doesn't support edge weights.

cenyk1230 avatar Jan 24 '21 12:01 cenyk1230

Hello,I have the same problem as you,Did you solve the problem of adding the edge weights? Thanks for your time!

nlpxjg avatar Aug 12 '22 14:08 nlpxjg

Hi, thanks for providing the code to the public.

1- I've seen your replies on how to use your model for the weighted graph, but I am wondering whether you explain more? I know that weighted graphs can be applied easily on DeepWalk and Node2vec models. What random walk algorithm is used in your model? Instead of weighted edges, is not it better/easier to implement edge features like node features?

I have a network that has two types of nodes, two types of edges, and edges have weights. I could not find how to add edge weights to the model.

Thank you

Hi, thanks for providing the code to the public.

1- I've seen your replies on how to use your model for the weighted graph, but I am wondering whether you explain more? I know that weighted graphs can be applied easily on DeepWalk and Node2vec models. What random walk algorithm is used in your model? Instead of weighted edges, is not it better/easier to implement edge features like node features?

I have a network that has two types of nodes, two types of edges, and edges have weights. I could not find how to add edge weights to the model.

Thank you

Hello,I have the same problem as you,Did you solve the problem of adding the edge weights? Thanks for your time!

nlpxjg avatar Aug 12 '22 14:08 nlpxjg