A question about DTM embeddings #2233
Answered
by
MaartenGr
lihaoming120309
asked this question in
Q&A
-
Dear authors: |
Beta Was this translation helpful? Give feedback.
Answered by
MaartenGr
Dec 3, 2024
Replies: 1 comment 1 reply
-
@lihaoming120309 There are no embeddings of each topic at each timestamp. They are currently created through the c-TF-IDF matrices. If you want their intermediate representation, you would have to adjust the code manually. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lihaoming120309
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@lihaoming120309 There are no embeddings of each topic at each timestamp. They are currently created through the c-TF-IDF matrices. If you want their intermediate representation, you would have to adjust the code manually.