ma2rten / seq2seqLinks
Implementation of Sequence to Sequence Learning with Neural Networks by Sutskever et al.
☆76Updated 9 years ago
Alternatives and similar repositories for seq2seq
Users that are interested in seq2seq are comparing it to the libraries listed below
Sorting:
- TensorFlow implementation of 'Attention Is All You Need (2017. 6)'☆349Updated 7 years ago
- Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq☆279Updated 8 years ago
- Implementation of ABCNN(Attention-Based Convolutional Neural Network) on Tensorflow☆279Updated 6 years ago
- Implementation of Attention-over-Attention Neural Networks for Reading Comprehension (https://arxiv.org/abs/1607.04423) in TensorFlow☆177Updated 8 years ago
- Transfer Learning for Sequence Tagging with Hierarchical Recurrent Networks☆138Updated 8 years ago
- Code of Directional Self-Attention Network (DiSAN)☆311Updated 7 years ago
- tensorflow rewrite of Yoon Kim's lstm-char-cnn☆214Updated 7 years ago
- Tensorflow implementation of "A Structured Self-Attentive Sentence Embedding"☆194Updated 4 years ago
- Sequence to sequence learning using TensorFlow.☆388Updated 7 years ago
- Attention-based sequence to sequence learning☆388Updated 6 years ago
- Dynamic Memory Network implementation in TensorFlow☆178Updated 7 years ago
- My PyTorch implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://…☆211Updated 5 years ago
- Tensorflow implementation of "Language Modeling with Gated Convolutional Networks"☆273Updated 8 years ago
- Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in Tensorflow☆143Updated 8 years ago
- Python implementation of CBOW and skip-gram word vector models, and hierarchical softmax and negative sampling learning algorithms☆324Updated 6 years ago
- ☆284Updated 8 years ago
- The implementation of key value memory networks in tensorflow☆247Updated 7 years ago
- ☆151Updated 2 years ago
- Multi-Task Learning in NLP☆94Updated 7 years ago
- The implementation of paper https://arxiv.org/abs/1704.07556, ACL 2017☆151Updated 7 years ago
- A (CNN+)RNN(LSTM/BiLSTM)+CRF model for sequence labelling.☆139Updated 7 years ago
- Convolutional Neural Network for Multi-label Multi-instance Relation Extraction in Tensorflow☆189Updated 8 years ago
- Convolutional Neural Networks for Sentence Classification(TextCNN) implements by TensorFlow☆253Updated 6 years ago
- Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)☆82Updated 2 years ago
- Hierarchical Attention Networks for Chinese Sentiment Classification☆206Updated 8 years ago
- Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow☆186Updated 2 years ago
- TensorFlow implementation of Match-LSTM and Answer pointer for the popular SQuAD dataset.☆136Updated 7 years ago
- A tensorflow implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆305Updated 8 years ago
- Tensorflow implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv…☆283Updated 7 years ago
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆105Updated 7 years ago