I have implemented my own Python LDA; a very didactic implementation. I was wondering how to debug my code; due to the statistic nature of LDA every execution returns different results and for the same reason, I can't directly compare this result with other libraries.
So, how can I debug my implementation? Is there any [corpus, document] dataset, that I can use to have some target topics to be extracted (to some extent)?