Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于embedding的方式的疑问 #14

Open
xishizhaoz opened this issue Dec 4, 2019 · 2 comments
Open

关于embedding的方式的疑问 #14

xishizhaoz opened this issue Dec 4, 2019 · 2 comments

Comments

@xishizhaoz
Copy link

您好,最近在研读您的论文,对您的代码想请教一下。对于embedding的方式,您提供的代码只是采用了deepwalk的方式表示节点,并没有提供论文中HERec的方法是吗?

@librahu
Copy link
Owner

librahu commented Dec 4, 2019

HERec产生embedding的方式就是metapath based random walk + deepwalk

@Shimasokot
Copy link

you said The way that HERec generates embedding is metapath based random walk + deepwalk

HERec产生embedding的方式就是metapath based random walk + deepwalk

you said that "The way that HERec generates embedding is metapath based random walk + deepwalk" but in the paper said that after methapath generation there is a type filtering and then used the equation (2) from node2vec to generate embedding.
but i cannot find type filtering in the code for methapath generation and embedding. can you help me to find this part in the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants