trongthanhptnk / Dilated_Res_Attention_LSTM
Simple implement dilated LSTM, residual LSTM and Attention LSTM (follow the corresponding papers).
☆17Updated 5 years ago
Alternatives and similar repositories for Dilated_Res_Attention_LSTM:
Users that are interested in Dilated_Res_Attention_LSTM are comparing it to the libraries listed below
- A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆44Updated 6 years ago
- DeepCU: Integrating Both Common and Unique Latent Information for Multimodal Sentiment Analysis, IJCAI-19☆19Updated 5 years ago
- some basic deep learning models/method for nlp, text classification.☆81Updated 4 years ago
- Implement attention model to LSTM using TensorFlow☆10Updated 6 years ago
- NLSTM Nested LSTM in Pytorch☆18Updated 6 years ago
- SRU implement in pytorch(Training RNNs as Fast as CNNs)☆46Updated 2 years ago
- Transformer/Transformer-XL/R-Transformer examples and explanations☆26Updated 3 years ago
- For paper《Gaussian Transformer: A Lightweight Approach for Natural Language Inference》☆28Updated 5 years ago
- Gated CNN☆10Updated 5 years ago
- document classification using LSTM + self attention☆113Updated 5 years ago
- Implementation of the paper "Real-Time Emotion Recognition via Attention Gated Hierarchical Memory Network" in AAAI-2020.☆31Updated 2 years ago
- Multi-head attention in PyTorch☆150Updated 6 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆125Updated 3 years ago
- a pytorch implementation of self-attention with relative position representations☆50Updated 4 years ago
- PyTorch implementation of "Effective Approaches to Attention-based Neural Machine Translation" using scheduled sampling to improve the pa…☆38Updated 7 years ago
- Implementation of the paper "Hierarchical GRU for Utterance-level Emotion Recognition" in NAACL-2019.☆68Updated 4 years ago
- pytorch实现的基于attention is all your need提出的Q,K,V的attention 模板和派生的attention实现。☆21Updated 4 years ago
- Codes for ACL2018 Multimodal Language Workshop paper☆11Updated 6 years ago
- A quick walk-through of the innards of LSTMs and a naive implementation of the Mogrifier LSTM paper in PyTorch☆76Updated 4 years ago
- Implemented 3 neural network architectures: 1) Combination of RNN LSTM nodes and CNN, 2) CNN with residual blocks similar to ResNet, 3) D…☆25Updated 7 years ago
- star_transformer pytorch☆27Updated 5 years ago
- Character based Temporal Convolutional Networks + Attention Layer☆164Updated 6 years ago
- attention-based LSTM/Dense implemented by Keras☆299Updated 6 years ago
- A visualizer to display attention weights on text☆23Updated 5 years ago
- Pytorch implementation of Neural Machine Translation with seq2seq and attention (en-zh)☆41Updated 6 years ago
- We rank the 1st in DSTC8 Audio-Visual Scene-Aware Dialog competition. This is the source code for our IEEE/ACM TASLP (AAAI2020-DSTC8-AVSD…☆56Updated last year
- Hierarchical Attention Networks for Document Classification in PyTorch☆36Updated 6 years ago
- (minimal implementation) BiLSTM-Attention for Relation Classification☆30Updated 2 months ago
- bilstm + selfattention core code (tensorflow 1.12.1 / pytorch 1.1.0) is implemented according to paper “A STRUCTURED SELF-ATTENTIVE SENTE…☆22Updated 5 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 6 years ago