clustering by word2vec and another
m_keshavarz_com
New Altair Community Member
Hello to all
I have a thousand checking data
I want to use wor2vec instead of tfidf
I turn the sentences into vectors, and then I can cluster in according to the words that are out of word2vec.
This is my process
But in clustering, sentences extracted by word2vec are clustered. Not sentences
I want to cluster out what does not happen based on the words that word2vec has left
Can anyone correct the process?
Thanks a lot
0
Answers
-
Dear @m_keshavarz_com,
word2vec converts Words into Vectors, not sentences. You need to do an aggregation for sentences.
BR,
Martin
1 -
Hello dear professor
Yes I know
But
How can I cluster with word2vec?
Please help me and if you can tell me how to set up my process?
thanks a lot
With respect0 -