LDA4j icon indicating copy to clipboard operation
LDA4j copied to clipboard

inference bug?

Open muye5 opened this issue 9 years ago • 2 comments

phi never be used in inference?

muye5 avatar Mar 20 '15 11:03 muye5

Yes, as I mentioned in the comment, it is not so much a bug as a TODO feature. This method is under construction, but I did not have a good understanding of that paper. Anyway, I'll leave this issue opened until anyone(include myself) complete it.

hankcs avatar Mar 25 '15 05:03 hankcs

Hi guys, we should use phi[k][doc[n]] to replace (nw[doc[n]][k] + beta) / (nwsum[k] + V * beta) in the inference part.

laoyang945 avatar Jul 14 '15 10:07 laoyang945