metapath2vec icon indicating copy to clipboard operation
metapath2vec copied to clipboard

Results 10 metapath2vec issues
Sort by recently updated
recently updated
newest added

On the author's website,I can not find the corresponding text files which has node types

Hi, thanks for your amazing work. I wonder what's the meaning of the node embedding and index2node, it's the relation computed by the model?

Have you used this code to verify the experiment in the paper? How is the result compared to the paper?

Thanks for provide this tf implementation. I'm confused about the meta path. If I have a heterogeneous Network with only two kinds of nodes, denote A and B. Is there...

Looks like I need to modify “get_negative_samples” function in dataset.py. However, i meet some bugs that cant be fixed...

Question: Hi: How is your random walk corpus generated?Have you ever written code? Thanks!

for v ∈ V do MP = MetaPathRandomWalk(G, P, v, l) ; X = HeterogeneousSkipGram(X, k, MP) ; end if the type of v is not equal to the first...

It seems like no implementation of metapath-based random walks. Any help for finding it? or is it quit easy to implement it ?

where can I get the implementation of the first author of the paper ?I can‘t find it in github。 thank you very much if you can give me a link。