xuyuji9000 / machine-learning-playground

0 stars 0 forks source link

write a word2vec example #32

Closed xuyuji9000 closed 1 month ago

xuyuji9000 commented 1 month ago

Write a word2vec example with gensim library.

Dataset used in the gensim library can be found in the following repo ( piskvorky/gensim-data ) 's Releases page .

Reference

xuyuji9000 commented 1 month ago

word2vec example added.

Closing this issue.