Batch variational Bayes for LDA with mini-batches.
Posterior over the topics
Parameterized posterior over the topics.
Accepts mini-batch and performs multiple E-step iterations for each document and single M-step.
Count of already seen documents. Slows down the iterations of the algorithm.
See Implementation
Batch variational Bayes for LDA with mini-batches.