Epsilon-Lee / Seq2Seq-raw

This is a raw implementation of encoder-decoder model with\out attention for nmt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seq2Seq-raw

This my a raw implementation of encoder-decoder model with\out attention for nmt.

Design Consideration

  • Dict class
  • Dataset class
  • Encoder, Decoder class
  • (*) Attention class

About

This is a raw implementation of encoder-decoder model with\out attention for nmt.


Languages

Language:Python 100.0%