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

https://github.com/akullpp/slda

(Labeled) Latent Dirichlet Allocation on a sentence level with Gibbs Sampling
https://github.com/akullpp/slda

Last synced: about 1 year ago
JSON representation

(Labeled) Latent Dirichlet Allocation on a sentence level with Gibbs Sampling

Awesome Lists containing this project

README

          

Contains a re-implementation of JGibbLabeledLDA (https://github.com/myleott/JGibbLabeledLDA) protected by Myle Ott under GPLv2.

The SLDA implementation contains re-implemented functions of Mallet (CPL, http://mallet.cs.umass.edu/) and Gregor Heinrich's Infinite LDA (GPLv2, http://www.arbylon.net/resources.html).

Everything else is under MIT license.