suanrong / SDNE

This is a implementation of SDNE (Structural Deep Network embedding)
http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding
322 stars 119 forks source link

how is MAP for reconstruction computed in paper? #8

Open vuptran opened 6 years ago

vuptran commented 6 years ago

In the paper, you also reported mean average precision (MAP) on the reconstruction task. Do you compute MAP on a set of held-out links in arxiv and blogcatalog datasets? How is MAP computed as reported in Table 4 of the paper?

suanrong commented 6 years ago

sorry, guy. I am not the author of the paper, you can email him.

mellinging commented 6 years ago

Hello, I got a problem(low performance micro=0.14 macro=0.04) when running the SDNE code on blogCatalog Dataset . Set the layer as N-1000-100, alpha =0.2 ,beta =10, reg =1. Could you show your performance on this dataset? Thank you very much .