Commented (but unaltered) version of original word2vec C implementation.
Stars
809
Forks
224
Watchers
809
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
Merge branch 'master' of https://github.com/chrisjmccormick/word2vec_commented
3d8caf4View on GitHubFixed a typo, updated explanation of puting newline back.
19a7e4bView on GitHubUpdated function description; recommented hiding code blocks.
17595bfView on GitHubCommented the skip-gram negative sampling training code.
7c4d03dView on GitHub