Skip to content

uilab-github/python-topic-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-topic-model

Implementations of various topic models written in Python. Note that some of the implementations (the models with MCMC) are extremely slow. I do not recommend to use it for large scale datasets.

Current implementations

  • Latent Dirichlet allocation
    • Collapsed Gibbs sampling
    • Variational inference
  • Correlated topic Model
    • Variational inference
  • Relational topic model (VI)
    • Exponential link function
  • Author-Topic model
  • HMM-LDA
  • Discrete infinite logistic normal (DILN)
    • Variational inference
  • Supervised topic model
    • Variational inference
    • Stochastic (Gibbs) EM
  • Hierarchical Dirichlet process
    • Collapsed Gibbs sampling
  • Hierarchical Dirichlet scaling process

About

Implementation of various topic models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%