Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 226 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 226 Bytes

tensorflow-nmt-keras

参考谷歌官网seq2seq_attention_nmt例子,实现中英翻译,seq2seq(lstm or gru),即seq2seq_attention(lstm or gru),包含bilstm,bigru. 用teacher forcing 进行训练,预测使用beam_search方法.