An open API service indexing awesome lists of open source software.

https://github.com/xiaohan2012/lda_2003

Python Implementation of "Latent Dirichlet Allocation, David, Blei, 2003"
https://github.com/xiaohan2012/lda_2003

Last synced: 3 months ago
JSON representation

Python Implementation of "Latent Dirichlet Allocation, David, Blei, 2003"

Awesome Lists containing this project

README

        

# lda_2003
Python Implementation of "Latent Dirichlet Allocation, David, Blei, 2003"

# Example

Topics on NIPS 2014(only abstracts) are modeled. Please refer to `example.py`

# What is ready

- Estimation algorithm implementation

# What is missing

- Inference algorithm implementation
- The smoothing factor for the topic word parameter `\beta`

# WARNING

It's still unknown whether the estimation implementation is correct or not, though tests have been written and the increase of lower bound can be seen during training.