Skip to content

cs0lar/tdlda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdlda

Python implementation of Latent Dirichlet Allocation based on Scalable Tensor Orthogonal Decomposition (STOD) from:

Scalable Moment-Based Inference for Latent Dirichlet Allocation

C. Wang, X. Liu, Y. Song, and J. Han, 2014

and https://github.com/UIUC-data-mining/STOD.

Examples

The tests/test_lda.py file demonstrates the use of STOD-based LDA to perform topic analysis on the NYT dataset (included in the tests/assets folder) and the 20 newsgroups dataset (from sklearn). It also implements the algorithm's evaluation using synthetic data from Want et. al. 2014.

About

Scalable Tensor Orthogonal Decomposition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages