Search code examples
machine-learningdeep-learningword2vecdeeplearning4j

word2vec best library


Hey I want to use word2vec algorithm without implementing it (I saw a lot of places that teaches how to implement one).

does anyone can tell me what is the best lib to use? I saw there is Genesim, and Deeplearning4j. also TensorFlow but I can't find a place where they have the function that I need (only how to implement with this lib).

can someone give some comparison about efficiency? how easy to use? the word2vec algorithm for each lib? any helpful tip or resources would be great.


Solution

  • SpaCy comes with pretrained word embeddings that you can use - it's very easy to use, you can find examples on how to download the embedding and use it here.