uyaseen / theano-recurrence
Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
☆43Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for theano-recurrence
- LSTM-Attention☆73Updated 7 years ago
- RNN(LSTM, GRU) in Theano with mini-batch training; character-level language models in Theano☆69Updated 6 years ago
- Seq2Seq LSTM Autoencoder☆60Updated 8 years ago
- implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781 ) in tensorflow☆56Updated 7 years ago
- Attention models☆34Updated 8 years ago
- 使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等☆31Updated 7 years ago
- Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in keras☆71Updated 7 years ago
- A CNN with an attentional module that I built while attending the brains minds and machines summer course☆68Updated 5 years ago
- PyTorch, LSTM CRF model☆9Updated 6 years ago
- Neural Attention Model for Abstractive Summarization☆74Updated 9 years ago
- LSTM Neural Network in Python and Cython, used for language modelling☆129Updated 8 years ago
- LSTM-CRF models for sequence labeling in text.☆174Updated 7 years ago
- Tensorflow implementation of Very Deep Convolutional Networks for Natural Language Processing☆79Updated 6 years ago
- This is the code&dataset for the paper [Hierarchical Memory Networks for Answer Selection on Unknown Words. COLING 2016]☆45Updated 6 years ago
- A generative adversarial network for text generation, written in TensorFlow.☆94Updated 8 years ago
- TensorFlow implementation of convolutional neural network for sentence classification tasks☆82Updated 7 years ago
- A tensorflow implementation of Convolutional Neural Networks for Sentence Classification☆77Updated 7 years ago
- A simple implementation of CNN based text classification in Pytorch☆66Updated 7 years ago
- Simple convolutional highway networks using TensorFlow.☆57Updated 8 years ago
- This is an implementation of the Attention Sum Reader model as presented in "Text Comprehension with the Attention Sum Reader Network" av…☆95Updated 8 years ago
- TensorFlow implementation of Hierarchical Attention Networks for Document Classification and some extension☆95Updated 7 years ago
- Implementation of Character-level Convolutional Networks for Text Classification in TensorFlow☆81Updated 8 years ago
- BiLSTM-CRF for sequence labeling in Dynet☆82Updated 7 years ago
- ☆58Updated 8 years ago
- Python Linear CRF☆47Updated 10 years ago
- Tensorflow implementation of Dynamic Coattention Networks for Question Answering.☆101Updated 7 years ago
- NLP tools on Lasagne☆61Updated 7 years ago
- Implementation of Attention-over-Attention Neural Networks for Reading Comprehension (https://arxiv.org/abs/1607.04423) in TensorFlow☆177Updated 7 years ago
- Dynamic Convolutional Neural Networks for Theano/Lasagne☆152Updated 7 years ago
- Torch implementation of seq2seq machine translation with GRU RNN and attention☆78Updated 7 years ago