Stochastic Variation Inference for LDA Model

Hi folks,

I am looking for an implementation of SVI-LDA (Hoffman, M. D., Blei, D. M., Wang, C., & Paisley, J. W. (2013). Stochastic variational inference. Journal of Machine Learning Research, 14(1), 1303-1347) in PyMC3 or PyMC4. Please share if you any code.

Thanks!

See https://docs.pymc.io/notebooks/lda-advi-aevb.html

Thanks @junpenglao for sharing the link.