wbuntine / topic-modelsLinks
Topic modelling software using non-parametric methods
☆70Updated 9 years ago
Alternatives and similar repositories for topic-models
Users that are interested in topic-models are comparing it to the libraries listed below
Sorting:
- Hierarchical Dirichlet processes. Topic models where the data determine the number of topics. This implements Gibbs sampling.☆149Updated 8 years ago
- Dynamic Topic Model (based upon code released by David Blei at http://www.cs.princeton.edu/~blei/topicmodeling.html)☆31Updated 7 years ago
- This implements hierarchical latent Dirichlet allocation, a topic model that finds a hierarchy of topics. The structure of the hierarchy …