Skip to content

fann1993814/llda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LabeledLDA

Labeled LDA in Python

The code is implemented by Shuyo (https://github.com/shuyo/iir/blob/master/lda/llda.py)

New Features (different from ver.Shuyo)

  1. The function "fold" apply to predict the topic distribution of new document P(z|new_d).
  2. Speed up for gibbs sampling.