word2vec icon indicating copy to clipboard operation
word2vec copied to clipboard

vector normalization?

Open fobrs opened this issue 11 months ago • 0 comments

Why do you normalize the vectors different compared to the original word2vec code?

med = sqrt(med / vector_size);

len = sqrt(len);

fobrs avatar Jul 26 '23 14:07 fobrs