jacoxu / encoder_decoder
Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq
☆277Updated 7 years ago
Alternatives and similar repositories for encoder_decoder:
Users that are interested in encoder_decoder are comparing it to the libraries listed below
- Tensorflow implementation of "Language Modeling with Gated Convolutional Networks"☆271Updated 8 years ago
- Attention-based sequence to sequence learning☆390Updated 5 years ago
- A tensorflow implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆302Updated 7 years ago
- ☆306Updated 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
- Code of Directional Self-Attention Network (DiSAN)☆312Updated 6 years ago
- A (CNN+)RNN(LSTM/BiLSTM)+CRF model for sequence labelling.☆139Updated 7 years ago
- Tensorflow implementation of attention mechanism for text classification tasks.☆747Updated 5 years ago
- Implementation of ABCNN(Attention-Based Convolutional Neural Network) on Tensorflow☆277Updated 5 years ago
- Text classification using LSTM☆170Updated 7 years ago
- TensorFlow implementation of 'Attention Is All You Need (2017. 6)'☆348Updated 6 years ago
- Tensorflow implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv…☆281Updated 7 years ago
- An example attention network with simple dataset.☆230Updated 5 years ago
- Tensorflow implementation of "A Structured Self-Attentive Sentence Embedding"☆193Updated 3 years ago
- compare embedding☆238Updated 9 years ago
- 使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等☆31Updated 7 years ago
- bidirectional rnn for text classification☆108Updated 7 years ago
- Hierarchical Attention Networks for Chinese Sentiment Classification☆206Updated 7 years ago
- Character-level Convolutional Networks for Text Classification论文仿真实现☆71Updated 7 years ago
- LSTM-Attention☆74Updated 7 years ago
- keras example of seq2seq, auto title☆333Updated 5 years ago
- classify text by rnn/lstm, based on TensorFlow r1.0☆86Updated 7 years ago
- Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tens…☆600Updated 6 years ago
- A simple implementation of attention based encoder-decoder for nmt.☆46Updated 7 years ago
- Sequence to sequence learning using TensorFlow.☆390Updated 6 years ago
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆104Updated 7 years ago
- ☆283Updated 7 years ago
- Implementation of Sequence to Sequence Learning with Neural Networks by Sutskever et al.☆73Updated 9 years ago
- tensorflow rewrite of Yoon Kim's lstm-char-cnn☆215Updated 6 years ago
- Implementation of Character-level Convolutional Networks for Text Classification in TensorFlow☆81Updated 8 years ago