https://github.com/carpedm20/word2vec-tensorflow
in progress
https://github.com/carpedm20/word2vec-tensorflow
Last synced: 8 months ago
JSON representation
in progress
- Host: GitHub
- URL: https://github.com/carpedm20/word2vec-tensorflow
- Owner: carpedm20
- Created: 2015-12-09T12:35:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T15:27:55.000Z (about 10 years ago)
- Last Synced: 2025-04-12T01:54:16.081Z (11 months ago)
- Language: Python
- Homepage:
- Size: 1.47 MB
- Stars: 45
- Watchers: 6
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Code - Word2Vec
README
Word2Vec in Tensorflow
======================
Tensorflow implementation of [Word2Vec](https://code.google.com/p/word2vec). The referenced torch code and dataset can be found [here](https://github.com/yoonkim/word2vec_torch).
Author
------
Taehoon Kim / [@carpedm20](http://carpedm20.github.io/)