Skip to content
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

About seed words information #49

Open
bohyunshin opened this issue Apr 29, 2020 · 0 comments
Open

About seed words information #49

bohyunshin opened this issue Apr 29, 2020 · 0 comments

Comments

@bohyunshin
Copy link

If I understand the algorithm correctly, does the algorithm use seed words information for initialization only?

In _fit function, before iterating algorithm, we do the initialization where we assign topics to the words according to the belonging to seed words. Below is the line I just mentioned

self._initialize(X, seed_topics, seed_confidence)

However, I noticed that there is this one step that uses the seed words. After this initialization, while iterating, the algorithm do the classic collapsed Gibbs sampling. Is my understanding correct? If it is correct, why seed words are not used while iterating?

Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant