speakerjohnash / Mind

Prophet Mind
2 stars 1 forks source link

TensorFlow word2vec training module #4

Open speakerjohnash opened 7 years ago

speakerjohnash commented 7 years ago

Currently we're using Gensim for word2vec. However Gensim doesn't give us access to the internals of the algorithm. In order for our word embeddings to better match the meaning of users on Prophet we should build our own word2vec training module.