python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Accuracy Document Embedding in Apache Solr
I made use of Bert document embeddings to perform information retrieval on the CACM dataset. I achieved a very low accuracy score of around 6%. However when I used the traditional BM-25 method, the re...
Michael Pulis
Votes: 0
Answers: 1
Python : 'Doc2Vec' object has no attribute 'dv'
Thanks for advice, I have edited the question
I meet this: AttributeError: 'Doc2Vec' object has no attribute 'dv'
The error comes from
Traceback (most recent call last):
File "F:\Projects\项目代码\...
foling
Votes: 0
Answers: 1
I make Graph embedding using Gensim Doc2vec and then binary classification with 2 layers deep neural network in keras
after making the graph embedding with Doc2vec, I want to make classification with keras, do I have to make embedding layer and put it as input to neural network or I directly use the embedding and spl...
Sarah Elnaggar
Votes: 0
Answers: 0
Different results infer_vector() of Doc2Vec after saving to disk and load
I am using the Doc2Vec model from gensim (4.1.2) python library.
I trained model on my corpus of documents and used infer_vector(). Than I saved model and try to use infer_vector on same text, but I g...
sergzemsk
Votes: 0
Answers: 1