aditya-grover / node2vec

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

How to determine suitable generation dimension parameters for different data sets? #30

Open guoyyy opened 6 years ago

guoyyy commented 6 years ago

In this code ,d default 128,is the best one? In this paper , the authors discussed the sensitivity of the parameter d. It is pointed out that d tends to be stable after 100, and it is for a specific data set . How to determine a suitable dimension for different data sets?

liwzhi commented 6 years ago

I guess you need to try different dimension in your task. Like word2vec, why it is 300? Good luck