Skip to content

lordofire/LDA-parser-and-predictor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDA parser and predictor

preprocess the files

./lda -pprocess test1 1 // generate training files
./lda -pprocess test2 2 // generate predict files

training

./lda -est -alpha 0.479358 -beta 0.08 -ntopics 16 -niters 3000 -savestep 100 -twords 20 -dfile model/trndata.txt

prediction

./lda -inf -dir model -model model-final -niters 30 -twords 20 -dfile model/predata.txt

ranking

./lda -ranking 78 -disp 10 -dir model -model model-final

classification

./lda -class -dir model -model model-final

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published