Solved – Iteration parameter in latent dirichlet allocation model

topic-models

I want to find 24 topics in 800,000 documents by using LDA model, but how many iterations should I give? It is extremely slow when the parameter is large, like 3000.

Are there any strategies to ensure the stability? Seems giving the iteration a large value is the only way I can think of.

Best Answer

You can try getting the logPerplexity per iteration and check on a graph when it converges.