mirwaes / sclda

Fast variational Bayes inference for Latent Dirichlet Allocation
GNU General Public License v3.0
2 stars 0 forks source link

how to set self._W for online setting? #3

Open gauravkoradiya opened 5 years ago

gauravkoradiya commented 5 years ago

I have little confusion here. is self._W means total number of the word in the minibatch or total number of the word in the whole corpus? In an online setting we can't able to set self._w as the total number in corpus because for online we may not know how much token is there. can anyone suggest me properly what to set self._w for the online setting?