Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 401 Bytes

Topic Model: Mixture LDA (Latent Drichilet Allocation)

I have used Python Platform for implementing this classifier.

Data set hh122 downloaded from CASAS website.

Run test_model.py to test the 3 models[LDA, BTM,MLDA], there are 3 datasets provided[hh122]: usage: test_model.py [model name] [number of Topics] [ITER] [t_th] [dataset]

example: python test_model.py LDA 12 50 40 hh122