word2vec-from-scratch-with-python icon indicating copy to clipboard operation
word2vec-from-scratch-with-python copied to clipboard

A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python

word2vec-from-scratch-with-python

A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python

blog post -> https://nathanrooy.github.io/posts/2018-03-22/word2vec-from-scratch-with-python-and-numpy/