datalogue / keras-attentionLinks
Visualizing RNNs using the attention mechanism
☆751Updated 6 years ago
Alternatives and similar repositories for keras-attention
Users that are interested in keras-attention are comparing it to the libraries listed below
Sorting:
- A Keras+TensorFlow Implementation of the Transformer: Attention Is All You Need☆713Updated 4 years ago
- Framework for building complex recurrent neural networks with Keras☆765Updated 2 years ago
- Tensorflow implementation of attention mechanism for text classification tasks.☆748Updated 5 years ago
- Dynamic seq2seq in TensorFlow, step by step☆995Updated 8 years ago
- Text autoencoder with LSTMs☆262Updated 6 years ago
- Keras implementation of BERT with pre-trained weights☆815Updated 6 years ago
- Text classifier for Hierarchical Attention Networks for Document Classification☆1,078Updated 4 years ago
- Sequence to Sequence Models with PyTorch☆740Updated 3 years ago
- Sequence to sequence learning using TensorFlow.☆388Updated 7 years ago
- Convolutional Neural Networks for Sentence Classification in Keras☆595Updated 6 years ago
- Neural Machine Translation with Keras☆529Updated 4 years ago
- Keras library for building (Universal) Transformers, facilitating BERT and GPT models☆540Updated 5 years ago
- Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is currently unmaintained, issues will proba…☆467Updated last year
- Hierarchical Attention Networks for Document Classification in PyTorch☆606Updated 5 years ago
- Keras Attention Layer (Luong and Bahdanau scores).☆2,813Updated last year
- Attention mechanism for processing sequential data that considers the context for each timestamp.☆656Updated 3 years ago
- TensorFlow implementation of 'Attention Is All You Need (2017. 6)'☆349Updated 7 years ago
- Some language modeling tools for Keras☆659Updated 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 7 years ago
- Sequence to Sequence Learning with Keras☆3,174Updated 3 years ago
- An example attention network with simple dataset.☆229Updated 6 years ago
- Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq☆279Updated 8 years ago
- Attention-based sequence to sequence learning☆388Updated 6 years ago
- Keras Layer implementation of Attention for Sequential models