-3

I am looking for an implementation of the attention models for Machine Translation using Keras/Theano. I have come across libraries like Groundhog, but I am looking for some basic implementation to start with.

a'-
  • 251
  • 5
  • 14

1 Answers1

1

Look at the AttentionSeq2Seq model from this library, it is built using Keras. https://github.com/farizrahman4u/seq2seq

iamaaditya
  • 19
  • 4