dongwookim-ml / python-topic-model

Implementation of various topic models
Apache License 2.0
369 stars 172 forks source link

Error correction in gibbs sampling for sLDA #2

Closed judaschrist closed 8 years ago

judaschrist commented 8 years ago

Hi Dongwoo: i've made several changes:

  1. add variance sigma to probability
  2. correct errors in matrix multiplication

Please double check this and test it on your own dataset

judaschrist commented 8 years ago

sorry i made a few mistakes, i'll re-issue the pull request