/word2vec_theano

The implementation of Word2Vec (SkipGram - and CBOW) models using theano and numpy

Primary LanguageJupyter NotebookMIT LicenseMIT

word2vec_theano

Word2Vecs using theano.

MIT

Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg Corrado, and Jeffrey Dean. Distributed Representations of Words and Phrases and their Compositionality. In Proceedings of NIPS, 2013. http://arxiv.org/pdf/1310.4546.pdf

Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient Estimation of Word Representations in Vector Space. In Proceedings of Workshop at ICLR, 2013. http://arxiv.org/pdf/1301.3781.pdf

License

Copyright (c) 2015 Mohammed Jabreel

The source code is distributed under the MIT license.