pjgao / seq2seq_keras

使用keras搭建seq2seq完成中英文翻译

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seq2seq_keras

  1. Construct seq2seq model by keras.
  2. An example and explicit comment of translation from English to Chinese.
  3. Model structure:

  1. encoder:

  2. decoder:

  3. result:

About

使用keras搭建seq2seq完成中英文翻译


Languages

Language:Jupyter Notebook 100.0%