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)
Scatter plotting text clustering results
I am trying to scatter plot results of the clusters produced using k-mean clustering algorithm but I'm getting an error. should I use the embeddings instead or is it an indexing problem?
The clusterin...
Ameer_90
Votes: 0
Answers: 0
How to get Embeddings and Context matrices from Word2Vec in Python?
I am trying to extract from my Word2Vec model the Word/Embeddings Matrix (the one that has as rows each word vector, for word as center word) and the Context Matrix (the one that has as rows each word...
Jorge Avillez Pereira
Votes: 0
Answers: 1
Word2vec TypeError: 'collections.defaultdict' object is not callable
I am trying to build a word2vec using skip-gram and negative sampling
However, when I try to build the vocab dictionary, I have encountered an error as written on the title.
This is actually a sentim...
user14811578
Votes: 0
Answers: 0
where can i find a good pre-trained model of word2vec that works with js?
I'm currently using this pre-trained model, but there are a lot of words that are missing from the list.
I am using this for my react.js app, so I need something that works with react, and all the mod...
Ori
Votes: 0
Answers: 0