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
- Host: GitHub
- URL: https://github.com/akullpp/slda
- Owner: akullpp
- License: mit
- Created: 2014-03-23T14:12:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T15:28:06.000Z (over 12 years ago)
- Last Synced: 2024-05-02T05:13:17.415Z (about 2 years ago)
- Language: Java
- Size: 266 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.