-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the topic vector? #19
Comments
I have this same issue #4 also people are asking the same. @gokceneraslan @adjidieng any chance you could help out? |
I have the same question! thanks! |
You get the topic proportions by calling get_theta().
…On Thu, Dec 10, 2020 at 10:47 AM Mona ***@***.***> wrote:
I have only really worked with the D-ETM (not the ETM, but similar) and
also had to find a way to extract the topic vectors and topic proportions.
I'd recommend to actually read the paper and really understand the model as
that helped me. However, you should be able to extract the vectors by
calling model.get_beta() I guess
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHAL2N5CX6E62MSXEOTALTSUDUPRANCNFSM4PHJUJLQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don’t seem to find the output method of the theme vector in the code, or I need to modify the code to get the theme vector。Does anyone know how to achieve this?
The text was updated successfully, but these errors were encountered: