Discussion:
[gensim:138] Using seed words
Hossein Kazemi
2011-03-31 08:50:59 UTC
Permalink
Hi, I have read several papers that actually start estimation with
some set of seed words. Is this also possible in Gensim package for
LDA modeling? if yes, where exactly this should be done? I am still
new to LDA.
Thanks
Radim
2011-04-03 09:01:43 UTC
Permalink
Hello Hossein,

seeding with existing documents was a part of gensim some versions
back, in the code that was directly ported from LDA-C. It was meant to
improve convergence (although the final, converged result was the
same).

In recent versions, that code was replaced by a more efficient
algorithm which doesn't use seeding anymore. It is an online
algorithm, so you could say it does "seeding" automatically, in a more
principled manner.

HTH,
Radim
Post by Hossein Kazemi
Hi, I have read several papers that actually start estimation with
some set of seed words. Is this also possible in Gensim package for
LDA modeling? if yes, where exactly this should be done? I am still
new to LDA.
Thanks
Zebra
2018-12-05 06:47:15 UTC
Permalink
Hi ,
Checking to see if the latest version of Gensim LDA supports seeding ?

Thanks
Gaurav
Post by Radim
Hello Hossein,
seeding with existing documents was a part of gensim some versions
back, in the code that was directly ported from LDA-C. It was meant to
improve convergence (although the final, converged result was the
same).
In recent versions, that code was replaced by a more efficient
algorithm which doesn't use seeding anymore. It is an online
algorithm, so you could say it does "seeding" automatically, in a more
principled manner.
HTH,
Radim
Post by Hossein Kazemi
Hi, I have read several papers that actually start estimation with
some set of seed words. Is this also possible in Gensim package for
LDA modeling? if yes, where exactly this should be done? I am still
new to LDA.
Thanks
--
You received this message because you are subscribed to the Google Groups "Gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...