python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to load pre-trained gensim Doc2Vec from publication data
I want to use an already trained Doc2Vec from a published paper.
Paper
Whalen, R., Lungeanu, A., DeChurch, L., & Contractor, N.
(2020). Patent Similarity Data and Innovation Metrics. Journal of
E...
Nils_Denter
Votes: 0
Answers: 1
Gensim: error loading pretrained vectors No such file or directory: 'word2vec.kv.vectors.npy'
I am trying to load a Pretrained word2vec embeddings that is in gensim keyedvector 'word2vec.kv'
pretrained = KeyedVectors.load(args.pretrained mmap = 'r')
where arg.pretrained is "/ptembs/word2...
subham Kumar
Votes: 0
Answers: 1
what's the difference between pd.DataFrame and sklearn transformed SparseMatrix? why sklearn transformed SparseMatrix so fast?
I'm currently working with a emotion analysis dataset which contains 100000 docs.
By using sklearn's TfIdfVector, i transformed these docs to a (100000, 20000) vecs. It works fine with trains_test_spl...

prof_FL
Votes: 0
Answers: 1
gensim w2k - additional file
I trained w2v on rather big (> 200 million sentences) corpus, and got, in addition to file w2v_model.model, files: w2v_model.model.trainables.syn1neg.npy and w2v.model_model.wv.vectors.npy. Model f...
Yury Gubman
Votes: 0
Answers: 1