Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amoshnin/ml-skip.gram.for.word.embeddings
Implemented the skip gram algorithm in NLP for word embeddings on a set of documents.
https://github.com/amoshnin/ml-skip.gram.for.word.embeddings
Last synced: about 5 hours ago
JSON representation
Implemented the skip gram algorithm in NLP for word embeddings on a set of documents.
- Host: GitHub
- URL: https://github.com/amoshnin/ml-skip.gram.for.word.embeddings
- Owner: amoshnin
- Created: 2022-06-18T05:34:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T06:07:58.000Z (over 2 years ago)
- Last Synced: 2024-05-21T05:56:37.873Z (6 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- URL: https://www.projectpro.io/project-use-case/skip-gram-model-word-embeddings-python
**Skip-gram** is one of the unsupervised learning techniques used to find the most related words for a given word.