/ChainerEncoderDecoder

Encoder-Decoder model on Chainer

Primary LanguagePython

Encoder-Decoder model implemented on Chainer

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!

Requirement

Required packages:

  • python3 (anaconda3-2.4.0)
  • chainer (1.5 ~ latest)
  • nltk

Reference

新納浩幸 (著) Chainerによる実践深層学習 オーム社

Author

@KChikai