Open naman-ali opened 3 years ago
@naman-ali Sorry, the current version still doesn't support edge weights.
Hello,I have the same problem as you,Did you solve the problem of adding the edge weights? Thanks for your time!
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!
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