doc2vec Questions

1

Solved

I read this page but I do not understand what is different between models which are built based on the following codes. I know when dbow_words is 0, training of doc-vectors is faster. First model ...
Lachlan asked 16/5, 2017 at 21:15

1

Solved

I'm using the Doc2Vec tags as an unique identifier for my documents, each document has a different tag and no semantic meaning. I'm using the tags to find specific documents so I can calculate the ...
Pliny asked 21/4, 2017 at 13:16

1

Solved

When creating model,there is not any more model with extension finish .syn1neg.npy syn0.npy My code is below: corpus= x+y tok_corp= [nltk.word_tokenize(sent.decode('utf-8')) for sent in ...
Mustang asked 24/4, 2017 at 12:37

3

I have a collection of documents, where each document is rapidly growing with time. The task is to find similar documents at any fixed time. I have two potential approaches: A vector embedding (w...
Ouidaouija asked 7/3, 2017 at 7:59

1

Solved

I am trying to build a document retrieval model that returns most documents ordered by their relevancy with respect to a query or a search string. For this I trained a doc2vec model using the Doc2V...
Lapidary asked 14/3, 2017 at 8:43

1

Solved

I am just playing around with Doc2Vec from gensim, analysing stackexchange dump to analyze semantic similarity of questions to identify duplicates. The tutorial on Doc2Vec-Tutorial seems to descri...
Divulge asked 15/2, 2017 at 6:55

2

i am going thorugh this paper http://cs.stanford.edu/~quocle/paragraph_vector.pdf and it states that " Theparagraph vector and word vectors are averaged or concatenated to predict the next wor...
Wafd asked 4/11, 2016 at 1:18

1

Solved

Please help me in understanding the difference between how TaggedDocument and LabeledSentence of gensim works. My ultimate goal is Text Classification using Doc2Vec model and any classifier. I am f...
Thetis asked 16/12, 2016 at 10:33

1

Solved

I'm using Gensim Doc2Vec model, trying to cluster portions of a customer support conversations. My goal is to give the support team an auto response suggestions. Figure 1: shows a sample conversat...
Cora asked 14/9, 2016 at 12:0

4

I recently came across the doc2vec addition to Gensim. How can I use pre-trained word vectors (e.g. found in word2vec original website) with doc2vec? Or is doc2vec getting the word vectors from th...
Pruchno asked 14/12, 2014 at 15:13

1

Solved

Is there a way to get the document vectors of unseen and seen documents from Doc2Vec in the gensim 0.11.1 version? For example, suppose I trained the model on 1000 thousand - Can I get the doc v...
Piteous asked 11/6, 2016 at 12:45

© 2022 - 2024 — McMap. All rights reserved.