minatosato / topic-model

Cythonized implementation of Topic modeling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topic Model

About

Implementation of LDA with gibbs sampling.

Implementation

Python

  • lda_with_gibbs_sampling.py

Cython

  • gibbs_sampling.pyx
  • lda_with_gibbs_sampling_cython.py
  • setup.py

Build

python setup.py build_ext --inplace

About

Cythonized implementation of Topic modeling.

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%