Skip to content Skip to sidebar Skip to footer
Showing posts with the label Word Embedding

Ensure The Gensim Generate The Same Word2vec Model For Different Runs On The Same Data

In LDA model generates different topics everytime i train on the same corpus , by setting the np.ra… Read more Ensure The Gensim Generate The Same Word2vec Model For Different Runs On The Same Data

When Should I Consider To Use Pretrain-model Word2vec Model Weights?

Suppose my corpus is reasonably large - having tens-of-thousands of unique words. I can either use … Read more When Should I Consider To Use Pretrain-model Word2vec Model Weights?

Keras Throws `'tensor' Object Has No Attribute '_keras_shape'` When Splitting A Layer Output

I have sentence embedding output X of a sentence pair of dimension 2*1*300. I want to split this ou… Read more Keras Throws `'tensor' Object Has No Attribute '_keras_shape'` When Splitting A Layer Output

Valueerror: Cannot Reshape Array Of Size 3800 Into Shape (1,200)

I am trying to apply word embedding on tweets. I was trying to create a vector for each tweet by ta… Read more Valueerror: Cannot Reshape Array Of Size 3800 Into Shape (1,200)