asahi417 / LSTMCellLinks
Implement modern LSTM cell by tensorflow and test them by language modeling task for PTB. Highway State Gating, Hypernets, Recurrent Highway, Attention, Layer norm, Recurrent dropout, Variational dropout.
☆30Updated 6 years ago
Alternatives and similar repositories for LSTMCell
Users that are interested in LSTMCell are comparing it to the libraries listed below
Sorting:
- For those who want to model the inter-sentence relations, pls use the more powerful code of "Attentive Convolution" in another repository☆90Updated 7 years ago
- Compare six baseline deep learning models on TrecQA☆59Updated 7 years ago
- Neural Machine Translation with RNN/ConvS2S/Transoformer☆13Updated 7 years ago
- Bi-Directional Block Self-Attention☆122Updated 7 years ago
- A simple implementation of attention based encoder-decoder for nmt.☆46Updated 8 years ago
- Simple LSTM-based word-level language model in PyTorch☆47Updated 6 years ago
- Recurrent Entity Networks with Delayed Memory Update for Targeted Aspect-based Sentiment Analysis, published at NAACL 2018☆56Updated 6 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 7 years ago
- Neural network toolkit for sentence pair modeling.☆303Updated 4 years ago
- Initializing Convolutional Filters with Semantic Features for Text Classification☆24Updated 7 years ago
- Reproducing Densely Interactive Inference Network in Keras☆75Updated 7 years ago
- Pytorch implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.or…☆197Updated 4 years ago
- 📄 Deep Learning 中 Sentiment Analysis 論文統整與分析 😀😡☹️😭🙄🤢☆115Updated 7 years ago
- Decomposable Attention Model for Sentence Pair Classification (Pytorch Version) from paper 'A Decomposable Attention Model for Natural La…☆71Updated 6 years ago
- Bidirectional Attention Flow for Machine Comprehension, Minjoon Seo, Aniruddha Kembhavi, Ali Farhadi, Hannaneh Hajishirzi https://arxiv.o…☆143Updated 3 years ago
- Re-implementation of BIMPM (Bilateral Multi-Perspective Matching for Natural Language Sentences, Zhiguo Wang et al.) on Pytorch.☆103Updated 5 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
- Tensorflow implementation of Bi-directional RNN Langauge Model☆38Updated 7 years ago
- Tensorflow implementation of "A Structured Self-Attentive Sentence Embedding"☆194Updated 3 years ago
- Transfer Learning for Sequence Tagging with Hierarchical Recurrent Networks☆136Updated 7 years ago
- Source code for an ACL2017 paper on Chinese word segmentation☆90Updated 6 years ago
- R-net in PyTorch, with ELMo☆198Updated 5 years ago
- TensorFlow implementation of the ESIM model (Enhanced LTSM for natural language inference)☆76Updated 6 years ago
- Implementation for SA-LSTM☆49Updated 6 years ago
- This repo is code for the COLING 2018 paper: Sequence-to-sequence Data Augmentation for Dialogue Language Understanding.☆76Updated 3 years ago
- Highway Networks implement in pytorch☆71Updated 2 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 implemenetation of Decomposable Attention Model (A Decomposable Attention Model for Natural Language Inference, 2016).☆29Updated 6 years ago
- Efficient Contextualized Representation: Language Model Pruning for Sequence Labeling☆146Updated 5 years ago
- Seq2seq model with global attention implemented with PyTorch☆18Updated 7 years ago