whatupbiatch / cuda-word2vec
cuda implementation of CBOW model (word2vec)
☆117Updated 11 years ago
Alternatives and similar repositories for cuda-word2vec
Users that are interested in cuda-word2vec are comparing it to the libraries listed below
Sorting:
- Deep bidirectional recurrent net for opinion mining (code for EMNLP14 paper)☆81Updated 8 years ago
- this is a high performance cuda porting of cbow model of word2vec☆43Updated 10 years ago
- Finding document vectors from pre-trained word2vec word vectors☆116Updated 9 years ago
- ☆70Updated 10 years ago
- Code for the blog post "Making Sense of Word2vec"☆113Updated 10 years ago
- Word vectors☆64Updated 6 years ago
- Implementation of neural language models, in particular Collobert + Weston (2008) and a stochastic margin-based version of Mnih's LBL.☆177Updated 15 years ago
- Code for the ACL-2015 paper "Accurate Linear-Time Chinese Word Segmentation via Embedding Matching"☆38Updated 9 years ago
- Implementation of phrase2vec from modified word2vec code.☆94Updated 8 years ago
- Multi-Perspective Convolutional Neural Networks for modeling textual similarity (He et al., EMNLP 2015)☆106Updated 6 years ago
- Recurrent Neural Network Language Modeling (RNNLM) Toolkit☆120Updated 2 years ago
- A convolutional neural network library for NLP.