Skip to content
forked from kzhai/PyLDA

A Latent Dirichlet Allocation implementation in Python. Learning of LDA is based on Variational Inference.

Notifications You must be signed in to change notification settings

LoganDing/PyLDA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLDA

PyLDA

cd PyLDA/src/
python -m lda.launch_train --input_directory=../input/ap --output_directory=../output/ --number_of_topics=10 --number_of_iterations=100 --inference_mode=0

About

A Latent Dirichlet Allocation implementation in Python. Learning of LDA is based on Variational Inference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%