About 956,000 results
Open links in new tab
  1. How to use word2vec to calculate the similarity distance by giving …

    Word2vec is a open source tool to calculate the words distance provided by Google. It can be used by inputting a word and output the ranked word lists according to the similarity.

  2. How to get vector for a sentence from the word2vec of tokens in ...

    Apr 21, 2015 · It is possible, but not from word2vec. The composition of word vectors in order to obtain higher-level representations for sentences (and further for paragraphs and documents) …

  3. word2vec - what is best? add, concatenate or average word vectors?

    Oct 23, 2017 · The word2vec model holds two word vectors for each word - one from each weight matrix. My question is related to why and how to combine these two vectors for individual …

  4. Using pre-trained word2vec with LSTM for word generation

    LSTM/RNN can be used for text generation. This shows way to use pre-trained GloVe word embeddings for Keras model. How to use pre-trained Word2Vec word embeddings with Keras …

  5. svn - How to download word2vec? - Stack Overflow

    Apr 15, 2017 · How to download word2vec? Asked 8 years, 8 months ago Modified 8 years, 2 months ago Viewed 31k times

  6. How to load a pre-trained Word2vec MODEL File and reuse it?

    Nov 29, 2017 · How to load a pre-trained Word2vec MODEL File and reuse it? Asked 8 years, 9 months ago Modified 1 year, 6 months ago Viewed 49k times

  7. How to fetch vectors for a word list with Word2Vec?

    I want to create a text file that is essentially a dictionary, with each word being paired with its vector representation through word2vec. I'm assuming the process would be to first train …

  8. word2vec - find a word by a specific vector - Stack Overflow

    Aug 15, 2018 · You don't get the word it represents but the most similar words. These can be the word in the corpus if you have given it the exact vector representation for it (distance=0). But …

  9. Word2Vec from scratch with Python - Stack Overflow

    Aug 3, 2023 · I'm studying about Word2Vec and trying to build from scratch with Python. I found some good explanation about word2vec model and its implementation. word2vec-from-scratch …

  10. TypeError: 'Word2Vec' object is not subscriptable - Stack Overflow

    May 25, 2021 · TypeError: 'Word2Vec' object is not subscriptable Asked 4 years, 1 month ago Modified 1 year, 4 months ago Viewed 21k times

Refresh