Is there a way to measure the performance of a Word2Vec model?
Find more posts tagged with
Sort by:
1 - 3 of
31

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