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

(LDA): F+ tree for sampling #33

Open
hucheng opened this issue Aug 26, 2015 · 1 comment
Open

(LDA): F+ tree for sampling #33

hucheng opened this issue Aug 26, 2015 · 1 comment

Comments

@hucheng
Copy link
Contributor

hucheng commented Aug 26, 2015

F+ tree (see paper http://www.cs.utexas.edu/~rofuyu/papers/nomad-lda-www.pdf) can get more fresh state than aliasTable, and with lower initialization cost (log(k)), but with higher sample cost (log(k)).

This is good for LDA model inference?

@bhoppi
Copy link
Contributor

bhoppi commented Sep 11, 2015

We've already implement F+ tree, but not tested yet.

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

2 participants