a***@thisismetis.com
2018-11-12 23:28:37 UTC
When training a word2vec model, each word has two vector representations
depending on whether it is acting as a center word or a context word.
According to resources that I've seen, these two representations are then
averaged together, and this averaged word vector is used as the 'final'
embedding produced by word2vec.
I am interested in experimenting with different weighting schemes of
center/context word vectors, and to that end, I'd need access to both the
center and context word representation. Is there a way to get these
representations from Gensim's word2vec implementation? If not, is anyone
aware of a word2vec implementation where I can get access to both
context/center word vector representations after training?
Thank you!
depending on whether it is acting as a center word or a context word.
According to resources that I've seen, these two representations are then
averaged together, and this averaged word vector is used as the 'final'
embedding produced by word2vec.
I am interested in experimenting with different weighting schemes of
center/context word vectors, and to that end, I'd need access to both the
center and context word representation. Is there a way to get these
representations from Gensim's word2vec implementation? If not, is anyone
aware of a word2vec implementation where I can get access to both
context/center word vector representations after training?
Thank you!
--
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.
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.