I use Latent Dirichlet Allocation with a news body from six different sources. I am interested in the evolution of the topic, its appearance and the desire to compare how the sources are the same and differ from each other over time. I know that there are a number of modified LDA algorithms, such as the Author-Topic model, themes over time, etc.
My problem is that very few of these alternative model specifications are implemented in any standard format. Some of them are available in Java, but most of them exist only as documents for conferences. What is the best way to implement some of these algorithms yourself? I am pretty good at R and jags, and can stumble upon Python when they give it enough time. I am ready to write code, but I do not know where to start, and I do not know C or Java. Can I build a model in JAGS or Python just by having formulas from the manuscript? If so, can someone point me to an example of this? Thanks.
Trey
source share