Skip to content

hitalex/lda-with-gibbs

 
 

Repository files navigation

This project implements Gibbs sampling inference to LDA(Latent Dirichlet Allocation).

To-do:

  • Chenk convergence
  • speed up Gibbs sampling process

Reference:

@article{heinrich2005parameter, title={Parameter estimation for text analysis}, author={Heinrich, G.}, journal={Web: http://www.arbylon.net/publications/text-est.pdf}, year={2005} }

Note:

  • The Gibbs sampling is very slow and it is hard to check convergence.
  • The result is not very good; maybe because the corpus is not very large.
  • The result can be very different in different runs.

Topic modeling tools:

About

Gibbs sampling inference to LDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%