79410881

Date: 2025-02-04 07:37:03
Score: 1
Natty:
Report link

Since the dynamic topic model (DTM) is a probabilistic model, word probabilities are never zero even for words that do not occurr in a time slice. But the DTM has a temporal smoothing parameter that influences the temporal continuity of topics. In the LdaSeqModel(), it's the chain_variance parameter. By increasing it, words that do not occurr in a time slice get lower probabilities, also in the toy model given above.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: hyco