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

https://github.com/siddk/topic-models

Repository containing implementations of several Topic Models (i.e LDA, HDP-LDA) from scratch.
https://github.com/siddk/topic-models

Last synced: 5 months ago
JSON representation

Repository containing implementations of several Topic Models (i.e LDA, HDP-LDA) from scratch.

Awesome Lists containing this project

README

          

# Topic Models
Repository containing implementations of several Topic Models (i.e LDA, HDP-LDA) from scratch.

1. Latent Dirichlet Allocation (/lda)
- Contains an implementation of LDA from scratch, using collapsed gibbs sampling.

2. Hierarchical Dirichlet Process - Latent Dirichlet Allocation (/hdp)
- Contains an implementation of HDP-LDA (Infinite Topic LDA) from scratch, using the Chinese
Restaurant Franchise and collapsed gibbs sampling.