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

questions regarding code details #8

Open
NIRVANALAN opened this issue Apr 6, 2020 · 1 comment
Open

questions regarding code details #8

NIRVANALAN opened this issue Apr 6, 2020 · 1 comment

Comments

@NIRVANALAN
Copy link

Hi fanyun,
Thanks for sharing the code. I have several question here

  1. after acquiring the estimated community membership embedding new_z, according to the paper, shouldn't we calculate the softmax p(c|z=j), what's the meaning of decoder? To approximate the calculation?
  2. no lr decay found in nonoverlap.py; did you use it when training like CORA for nonoverlap community detection?
@lif323
Copy link

lif323 commented Oct 18, 2021

Hi, for the first question, I think new_z comes from the sampling of distribution q(z|w, c). But it is expressed in the form of embeddding. The function of decoder is to obtain p(c|z), where z~q(z|w, c), but p(c|z) is not normailzed.
I have the same doubts about the second question.

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

2 participants