Skip to content

ni9elf/Word2VecImplementation

Repository files navigation

Word2Vec in Keras

A Keras implementation of word2vec, specifically the continuous Skip-gram model for computing continuous vector representations of words from very large data sets. The quality of the word vectors is measured in a word similarity task, with word2vec showing a large improvement in accuracy at a much lower computational cost. Further, word2vec performs at state-of-the-art accuracy for measuring syntactic and semantic word similarities.

Model architecture

Reference

Mikolov, Tomas, et al. "Efficient estimation of word representations in vector space." arXiv preprint arXiv:1301.3781 (2013). https://arxiv.org/pdf/1301.3781.pdf

Author

@snehasinghania

Sneha Singhania

@ni9elf

Nigel Fernandez

About

A Keras implementation of word2vec from "Efficient Estimation of Word Representations in Vector Space": https://arxiv.org/abs/1301.3781

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages