dtm
dtm copied to clipboard
This implements topics that change over time (Dynamic Topic Models) and a model of how individual documents predict that change.
Hi, I successfully compiled and ran the serial version of the code on our HPC cluster but the parallel version of the code does not compile. I am running CentOS...
For any given heldout set, the heldout_post.dat file shows a 0.0 likelihood bound for each document. The issue appears to stem from the code referenced below. Instead of saving the...
Where can I find the binary file for Windows 10. The files here are incompatible https://github.com/magsilva/dtm/tree/master/bin
I'm trying to calculate the perplexity of a model based on the lhoods.dat file but I can find how to do it. What would be the correct way to calculate...
Thanks for the opensource of DTM. Is there inference functionality to got the probability of all topics for a new unseen corpus? I want this for finding "new" topic, thanks.
After successfully compiling, when I run `./main --help`, I get the following warning: ``` Flag initialize_lda is of type bool, but its default value is not a boolean. NOTE: This...
Hello, I was trying to play around with the `update_obs` method and was stuck at the `optimize_fdf` method (line [1170](https://github.com/blei-lab/dtm/blob/master/dtm/ss-lm.c#L1170).) I understand the idea is to update obs, but as...
`example.sh` describes the input format as: ``` This file provides information about running the Dynamic Topic Model or the Document Influence Model. It gives two command-line examples for running the...