标签: neural-network theano keras recurrent-neural-network machine-translation
我正在寻找使用Keras / Theano进行机器翻译注意力模型的实现。我遇到过像Groundhog这样的库,但我正在寻找一些基本的实现。
答案 0 :(得分:1)
从这个库中查看AttentionSeq2Seq模型,它是使用Keras构建的。 https://github.com/farizrahman4u/seq2seq