Is there a way to measure the performance of a Word2Vec model?

New Altair Community Member
Updated by Jocelyn
I am using the word2vec extension to train a model for polynomial text classification.
None of the standard Performance operators seem to "stack" with the word2vec model (RMWord2VecModel).
Is there any way that I could measure the performance of the model on the training dataset?
None of the standard Performance operators seem to "stack" with the word2vec model (RMWord2VecModel).
Is there any way that I could measure the performance of the model on the training dataset?
Find more posts tagged with
Sort by:
1 - 3 of
31

MartinLiebig

Hi @Christos_Karapapas ,
good question! Usually Word2Vec is either evaluated empircally (close words should be "synonyms", close in meaning) or by using down stream tasks like Entity Recognition.
Cheers,
Martin