Attention model and Sequence to Sequence model - SoojungHong/TextMining GitHub Wiki

[ amazingly good blogpost about Attention model ]

https://jalammar.github.io/visualizing-neural-machine-translation-mechanics-of-seq2seq-models-with-attention/

http://jalammar.github.io/illustrated-transformer/

[ Code example ] http://nlp.seas.harvard.edu/2018/04/03/attention.html

NLP From Scratch: Translation with a Sequence to Sequence Network and Attention https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html

Mini Seq2Seq model using Attention https://github.com/keon/seq2seq