Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.