Hi guys, I’m learning topic modeling and thought the best way to learn is through trying.
I found an example of Latent Dirichlet Allocation and it’s implementation on Pyro, but I’m unsure how to use it to extract topics from a sample dataset (can be any data).
Is there a simple example of this, kind of like the ProdLDA example?
I’m running the vanilla LDA tutorial