ma2rten / seq2seq
Implementation of Sequence to Sequence Learning with Neural Networks by Sutskever et al.
☆73Updated 9 years ago
Alternatives and similar repositories for seq2seq:
Users that are interested in seq2seq are comparing it to the libraries listed below
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆104Updated 7 years ago
- Implementation of Attention-over-Attention Neural Networks for Reading Comprehension (https://arxiv.org/abs/1607.04423) in TensorFlow☆177Updated 8 years ago
- Tensorflow implementation of "A Structured Self-Attentive Sentence Embedding"☆193Updated 3 years ago
- ☆149Updated last year
- Multi-Task Learning in NLP☆94Updated 7 years ago
- Dynamic Memory Network implementation in TensorFlow☆179Updated 6 years ago
- Transfer Learning for Sequence Tagging with Hierarchical Recurrent Networks☆136Updated 7 years ago
- Attention based neural machine translation☆39Updated 8 years ago
- Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq☆277Updated 7 years ago
- For those who want to model the inter-sentence relations, pls use the more powerful code of "Attentive Convolution" in another repository☆90Updated 6 years ago
- A simple implementation of attention based encoder-decoder for nmt.☆46Updated 7 years ago
- TensorFlow implementation of Pointer Networks☆203Updated 7 years ago
- Tensorflow Implementation of Variational Attention for Sequence to Sequence Models (COLING 2018)☆69Updated 4 years ago
- The implementation of key value memory networks in tensorflow☆248Updated 6 years ago
- Simple Tensorflow Implementation of "A Structured Self-attentive Sentence Embedding" (ICLR 2017)☆91Updated 6 years ago
- Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)☆81Updated 2 years ago
- Implementation of ABCNN(Attention-Based Convolutional Neural Network) on Tensorflow☆277Updated 5 years ago
- Attention-based NMT with a coverage mechanism to indicate whether a source word is translated or not☆111Updated 4 years ago
- Hybrid Code Networks https://arxiv.org/abs/1702.03274☆80Updated 7 years ago
- ☆283Updated 7 years ago
- ☆38Updated 7 years ago
- TensorFlow implementation of 'Attention Is All You Need (2017. 6)'☆348Updated 6 years ago
- Tensorflow implementation of "Language Modeling with Gated Convolutional Networks"☆271Updated 8 years ago
- Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in Tensorflow☆142Updated 7 years ago
- PyTorch implementation of "Effective Approaches to Attention-based Neural Machine Translation" using scheduled sampling to improve the pa…Updated 6 years ago
- Intent parsing and slot filling in PyTorch with seq2seq + attention☆159Updated 7 years ago
- The code of AAAI18 paper "Learning Structured Representation for Text Classification via Reinforcement Learning".☆216Updated 6 years ago
- Implement SC-LSTM model for text generation in control of words, in Python/TensorFlow☆87Updated 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
- An implementation of skip-thought vectors in Tensorflow☆74Updated last year