THUDM / GATNE

Source code and dataset for KDD 2019 paper "Representation Learning for Attributed Multiplex Heterogeneous Network"
MIT License
525 stars 141 forks source link

Edge weights #90

Open naman-ali opened 3 years ago

naman-ali commented 3 years ago

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

cenyk1230 commented 3 years ago

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

nlpxjg commented 2 years ago

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

nlpxjg commented 2 years ago

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!