Closed mkarikom closed 4 years ago
I derived the equations on my own, following the vanilla LDA's Gibbs sampling equation derivation in Parameter Estimation for Text Analysis.
I do not think this is the only implementation of collapsed Gibbs sLDA. This repo has another version of implementation.
Thanks for your reply! I will check out the references.
On line 150-154 of SLDA.java, the following change to the conditional topic distribution:
Can you briefly explain where this comes from? Also curious whether this is the only published implementation of collapsed Gibbs EM sLDA? Thanks!