Attention model and Sequence to Sequence model - SoojungHong/TextMining GitHub Wiki
[ amazingly good blogpost about Attention model ]
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