Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 355 Bytes

File metadata and controls

13 lines (9 loc) · 355 Bytes

tensorflow_word2vec

Hint: Integrated inverse query from word vector

Mainly used to train your own word vector via word id generated by word2vec. In addition to calculate word similarity. I also added the inverse query function of the word vector, which is not perfect yet.

Requirement:

python 3.6
Tensorflow >= 1.9.0
Numpy
jieba
pickle