Accepts mini-batch and performs multiple E-step iterations for each document and single M-step.
This implementation is optimized for sparse documents, which contain much less unique words than a dictionary.
mini-batch, a collection of compressed documents.
maximal number of iterations for s This implementation is optimized for sparse documents, ingle document in a batch for E-step.
See Implementation
Accepts mini-batch and performs multiple E-step iterations for each document and single M-step.
This implementation is optimized for sparse documents, which contain much less unique words than a dictionary.