This repository hosts the implementation of Encoder-Decoder model on top of chainer.
Postscript: Also I've implemented sequence-to-sequence model (equal to Encoder-Decoder model) on Chainer. If you want to know (or use) seq2seq model in chainer, you can see my seq2seq example!
Required packages:
- python3 (anaconda3-2.4.0)
- chainer (1.5 ~ latest)
- nltk
新納浩幸 (著) Chainerによる実践深層学習 オーム社