hiropppe / topic-model

Topic Modeling in Cython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topic Models

Learning implementation of Topic (or Document) Models in Cython.

Probabilistic Topic Models (Collapsed Gibbs sampling)

  • LDA (Latent Dirichlet Allocation)
  • PLTM (Polylingual Topic Model)
  • CTM (Correcpondence Topic Model)
  • NCTM (Noisy Correcpondence Topic Model)
  • ATM (Author Topic Model)

Neural Document Models

  • SPPMI-SVD

Build

python3 setup.py build_ext -i

About

Topic Modeling in Cython


Languages

Language:Python 63.5%Language:Cython 36.5%