anayebi / CS-224U-ProjectLinks
Recurrent versus Recursive Approaches Towards Compositionality in Semantic Vector Spaces.
☆13Updated 4 years ago
Alternatives and similar repositories for CS-224U-Project
Users that are interested in CS-224U-Project are comparing it to the libraries listed below
Sorting:
- GloVe Word Embedding model's implementation in theano☆36Updated 8 years ago
- An autoencoder to calculate word embeddings as mentioned in Lebret/Collobert paper 2015☆74Updated 8 years ago
- Non-distributional linguistic word vector representations.☆62Updated 8 years ago
- My solution for the Kaggle "Allen AI science challenge"☆48Updated 9 years ago
- Code for EMNLP 2016 paper: Morphological Priors for Probabilistic Word Embeddings☆53Updated 9 years ago
- Reimplementation of Munkhdalai et al's Neural Semantic Encoders (https://arxiv.org/pdf/1607.04315v2.pdf)☆59Updated 9 years ago
- Semantic Textual Similarity in Python☆80Updated 8 years ago
- A simple CNN implementation in Keras.☆30Updated 9 years ago
- Molding CNNs for text (http://arxiv.org/abs/1508.04112)☆85Updated 9 years ago
- Character level models for sentiment analysis☆91Updated 8 years ago
- Recurrent Neural Network with External Memory in Keras☆37Updated 9 years ago
- ☆45Updated 8 years ago
- Library to train parallel-aligned sequence data based on Keras☆51Updated 8 years ago
- Converts Quora's new NLU dataset to SNLI txt/jsonl format, plus test/dev split, tokenization.☆14Updated 8 years ago
- Deep neural network based model for sequence to sequence classification☆76Updated 8 years ago
- ☆45Updated 9 years ago
- Text simplification using RNNs☆55Updated 9 years ago
- Torch implementation of the Collobert's SENNA system for NER.☆13Updated 9 years ago
- A convolutional neural network library for NLP.☆59Updated 8 years ago
- Some RNN implementations in Theano☆17Updated 9 years ago
- Code for the blog post "Making Sense of Word2vec"☆113Updated 11 years ago
- A keras implementation of our CNNs with rationales☆48Updated 7 years ago
- Deep Learning and Machine Learning mini-projects. Current Project: Deepmind Attentive Reader (rc-data)☆76Updated 9 years ago
- Keras implementation of the Crepe character-level convolutional neural net.☆75Updated 7 years ago
- Keras solution to the bAbI tasks using recurrent neural networks - merged as an example into Keras mainline☆33Updated 10 years ago
- A small utility for converting Stanford GloVe vectors to HDF5 / NumPy☆12Updated 8 years ago
- various simple RNNs trained on synthetic grammars☆30Updated 10 years ago
- An implementation of Mikolov's word2vec in Python using Theano and Lasagne.