Open souravsingh opened 7 years ago
A new method has been cited here for calculating topics using convex optimization- https://arxiv.org/abs/1710.02952
The paper shows that the method is slightly better performing than LDA with collapsed Gibbs sampling and SVI sampling.
It would be nice to integrate this into Gensim if we can validate the results.
A reference implementation is available here- https://github.com/moonfolk/Geometric-Topic-Modeling
A new method has been cited here for calculating topics using convex optimization- https://arxiv.org/abs/1710.02952
The paper shows that the method is slightly better performing than LDA with collapsed Gibbs sampling and SVI sampling.
It would be nice to integrate this into Gensim if we can validate the results.