Y
Hacker News
new
|
ask
|
show
|
jobs
by
chrbarrol
3108 days ago
I was hoping to learn about word2vec by reading the sourcecode but am I right when I say this has nothing to do with word2vec?
2 comments
drwl
3108 days ago
Looks like it uses GloVe and not word2vec. They're both algorithms for generating word vectors but they are different.
link
RHSman2
3108 days ago
Not by much
link
doody_parizada
3108 days ago
We started out with word2vec, but discovered it was easier to work with GloVe for our purpose. There are ways to convert glove vectors to word2vec format such as:
https://radimrehurek.com/gensim/scripts/glove2word2vec.html
link