yangperasd / gated_cnn
Keras implementation of “Gated Linear Unit ”
☆23Updated 8 months ago
Alternatives and similar repositories for gated_cnn:
Users that are interested in gated_cnn are comparing it to the libraries listed below
- Adaptive embedding and softmax☆17Updated 2 years ago
- ☆39Updated 7 years ago
- Collection of custom layers and utility functions for Keras which are missing in the main framework.☆62Updated 4 years ago
- My implementation of "Hierarchical Attention Networks for Document Classification" in Keras☆26Updated 6 years ago
- Official code of our work, Robust, Transferable Sentence Representations for Text Classification [Arxiv 2018].☆21Updated 6 years ago
- CapsNet for NLP☆68Updated 6 years ago
- Transformer-XL with checkpoint loader☆68Updated 2 years ago
- Reproducing Character-Level-Language-Modeling with Deeper Self-Attention in PyTorch☆61Updated 6 years ago
- Ordered Neurons LSTM☆30Updated 2 years ago
- Position embedding layers in Keras☆59Updated 2 years ago
- TensorFlow implementation of "Improved Variational Autoencoders for Text Modeling using Dilated Convolutions"☆55Updated 5 years ago
- Implement en-fr translation task by implenting seq2seq, encoder-decoder in RNN layers with Attention mechanism and Beamsearch inference d…☆21Updated 6 years ago
- Implementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need"☆28Updated 5 years ago
- Hierarchical Attention Networks for Document Classification in PyTorch☆36Updated 6 years ago
- attention block for keras Functional Model with only tensorflow backend☆26Updated 5 years ago
- Quasi-RNN for language modeling☆58Updated 7 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆48Updated 6 years ago
- DiSAN: Directional Self-Attention Network for RNN/CNN-Free Language Understanding☆26Updated 6 years ago
- Multilingual hierarchical attention networks toolkit☆78Updated 5 years ago
- Highway networks implemented in PyTorch.☆56Updated 7 years ago
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆105Updated 6 years ago
- Code for "Smaller Text Classifiers with Discriminative Cluster Embeddings" (NAACL 2018)☆30Updated 6 years ago
- Bi-Directional Block Self-Attention☆124Updated 6 years ago
- ☆11Updated 6 years ago
- Pytorch hierarchical attention neural network for text classification☆23Updated 7 years ago
- A generalized input-label embedding for text classification☆23Updated 5 years ago
- TensorFlow implementation of "Learning to Rank Question-Answer Pairs using Hierarchical Recurrent Encoder with Latent Topic Clustering," …