word2vec-from-scratch-with-python
word2vec-from-scratch-with-python copied to clipboard
Please suggest me how to test this program
Hi @anjurc
Happy new year!!
I guess you are asking about the evaluation method of this program, let me briefly my way to compare his impl to the gensim.
Since the mere comparison of word embeddings between his and gensim by subtraction or MSE seems less meaningful(you know the numerical difference among them can't tell us many things!!), I have decided to visualise the resulting word embeddings on 2-dim space like below.
- https://github.com/Rowing0914/study_nlp/blob/master/word_embeddings/word2vec_scratch/README.md
Hope this helps you somehow.