-
Finally a solid doc2vec implementation in R. Many thanks! I have a relatively minor suggestion: I feel that the default parameter values might be underselling the power of this method. I know everyone…
-
Please consider the following brief report @ljgarcia , @rohitharavinder , @endri16-lab :
- I reviewed my previously generated results and discovered that all the inserted P@5 scores for the three-cla…
-
Rather than full text search , it might be useful to support some form of semantic search.
See for example [`doc2vec` semantic search](https://psychemedia.github.io/storynotes/Lang_Doc2Vec.html), o…
-
Hello together,
I have a ML (classification) model which uses different types of input features, i.e. numerical features but also text features (which are processed by doc2vec). I am now struggling…
-
I am facing an issue while using the model.docvecs.most_similar() function.
gensim: 2.3.0
Python 3.6.0
Error message: '
-
I tried to recreate the original doc2vec models in train_docvec_models.ipynb but ran into the following error at "model.build_vocab(documents)" when using "merge=True" in the kmer_hypers
TypeError:…
-
Motivated by the SO question: https://stackoverflow.com/questions/55768598/interpret-the-doc2vec-vectors-clusters-representation/55779049#55779049
`Doc2Vec` could plausibly have a function that's r…
-
Hello!
I am training a doc2vec model on a tagged docset.
I need to update it on new sets that contain new tags. Is there a way to update docvectors in gensim.doc2vec? How can I do it?
There is…
-
你好,我想问一下你训练模型时gensim版本是多少?
我直接载入你已经训练好的模型会报错
-
Hello!
I'm performing online learning for `Doc2Vec`, that is, I learn an initial model on a set of tagged documents and try to update the model on a new set of tagged documents. If the second set c…