Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 337 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 337 Bytes

LDA

Modify the GibbsLDA++ and use perplexity to evaluate the topic model.

In the source code of GibbsLDA++,there is no evaluation module to evaluate the parameter we selected. We can't be sure the number of topic we set is suitable. So in this project of lda.we add evaluation module and use it to the practice industry project.