Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence to Sequence Attention model #403

Open
abskjha opened this issue Mar 10, 2017 · 1 comment
Open

Sequence to Sequence Attention model #403

abskjha opened this issue Mar 10, 2017 · 1 comment

Comments

@abskjha
Copy link

abskjha commented Mar 10, 2017

First of all thanks for this wonderful library.
How can we make a simple sequence to sequence Attention model (Bahdanau et al: https://arxiv.org/abs/1409.0473) using LSTM? As there are some open source libraries for NMT (like OpenNMT) where you can use it as a black box for training your model but nowhere I could find its simple implementation.

@tastyminerals
Copy link
Contributor

You can check some code examples here. If you don't find anything of use, go to tensorflow, they have an example of seq2seq model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants