keon / encdecLinks
Basic RNN Encoder Decoder in Tensorflow
☆17Updated 8 years ago
Alternatives and similar repositories for encdec
Users that are interested in encdec are comparing it to the libraries listed below
Sorting:
- Implementation of Character-level Convolutional Networks for Text Classification in TensorFlow☆81Updated 9 years ago
- Dynamic Convolutional Neural Networks for Theano/Lasagne☆151Updated 8 years ago
- TensorFlow implementation of Pointer Networks☆203Updated 8 years ago
- My (slightly modified) Keras implementation of the Recurrent Convolutional Neural Network (RCNN) described here: http://www.aaai.org/ocs/…☆184Updated 7 years ago
- TensorFlow implementation of Hierarchical Attention Networks for Document Classification and some extension☆94Updated 8 years ago
- attention model for entailment on SNLI corpus implemented in Tensorflow and Keras☆176Updated 8 years ago
- Dynamic Memory Network implementation in TensorFlow☆178Updated 7 years ago
- Tensorflow implementation of Very Deep Convolutional Networks for Natural Language Processing☆79Updated 7 years ago
- Pointer Networks in Tensorflow☆100Updated 7 years ago
- Code for TF tutorials (CS20SI and CS224N)☆47Updated 7 years ago
- Tensorflow implementation of Dynamic Coattention Networks for Question Answering.☆100Updated 8 years ago
- RNN(LSTM, GRU) in Theano with mini-batch training; character-level language models in Theano☆69Updated 7 years ago
- tensorflow rewrite of Yoon Kim's lstm-char-cnn☆214Updated 7 years ago
- Neural Attention Model for Abstractive Summarization☆74Updated 10 years ago
- Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language mo…☆44Updated 9 years ago
- TensorFlow implementation of convolutional neural network for sentence classification tasks