whatupbiatch / cuda-word2vec
cuda implementation of CBOW model (word2vec)
☆116Updated 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
- this is a high performance cuda porting of cbow model of word2vec☆43Updated 10 years ago
- ☆70Updated 9 years ago
- Deep bidirectional recurrent net for opinion mining (code for EMNLP14 paper)☆81Updated 8 years ago
- Finding document vectors from pre-trained word2vec word vectors☆115Updated 9 years ago
- Word vectors☆64Updated 6 years ago
- Implementation of phrase2vec from modified word2vec code.☆94Updated 8 years ago
- Code for the ACL-2015 paper "Accurate Linear-Time Chinese Word Segmentation via Embedding Matching"☆38Updated 9 years ago
- Yahoo!'s topic modelling framework using Latent Dirichlet Allocation☆97Updated 13 years ago
- ☆36Updated 9 years ago
- An autoencoder to calculate word embeddings as mentioned in Lebret/Collobert paper 2015☆74Updated 8 years ago
- An extension of word2vec to efficiently represent new text as vectors. New text can be query, sentence and paragraph.