aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.6k stars 912 forks source link

How to extract edge feature #65

Open Messi-Q opened 5 years ago

Messi-Q commented 5 years ago

we can extract node feature with the node2vec. How to extract edge feature

wen-fei commented 5 years ago

May be you need transX model

skt7 commented 5 years ago

If you refer to the node2vec paper on page 5 you can find that one can use multiple methods to calculate edge embeddings from node embeddings using simple mathematical formulas.

close #65