attention-model topic

List attention-model repositories

A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head attention. The formulas are derived from the BN-LSTM and the Transf...

mtan

654
Stars
108
Forks
Watchers

The implementation of "End-to-End Multi-Task Learning with Attention" [CVPR 2019].

Attention_ocr.pytorch

352
Stars
108
Forks
Watchers

This repository implements the the encoder and decoder model with attention model for OCR

PyTorch-Batch-Attention-Seq2seq

277
Stars
49
Forks
Watchers

PyTorch implementation of batched bi-RNN encoder and attention-decoder.

snli-entailment

178
Stars
43
Forks
Watchers

attention model for entailment on SNLI corpus implemented in Tensorflow and Keras

pytorch-acnn-model

177
Stars
30
Forks
Watchers

code of Relation Classification via Multi-Level Attention CNNs

BAMnet

175
Stars
36
Forks
Watchers

Code & data accompanying the NAACL 2019 paper "Bidirectional Attentive Memory Networks for Question Answering over Knowledge Bases"

SA-tensorflow

155
Stars
61
Forks
Watchers

Soft attention mechanism for video caption generation

Voice_ChatBot

60
Stars
17
Forks
Watchers

Chatbot in russian with speech recognition using PocketSphinx and speech synthesis using RHVoice. The AttentionSeq2Seq model is used. Imlemented using Python3+TensorFlow+Keras.