What is topic modeling and when do you use LDA?
medium- Topic modeling discovers latent themes in a document corpus.
- LDA (Latent Dirichlet Allocation) models each document as a mixture of topics and each topic as a distribution over words.
- Use it for exploratory analysis of text collections without labels.
- Modern alternatives: embedding-based topic modeling (BERTopic) — usually more coherent on short/noisy text.