commit 0d23d743ebb0a366b2e7d77d82bd56a4fc851907
parent 02f2330043ebdef84ec78cfc7a7b6cd5db523b3c
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Wed, 13 May 2026 15:08:22 -0300
bib: added references bahdanau
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.config/bib/references.bib b/.config/bib/references.bib
@@ -1647,3 +1647,13 @@ RL = "https://arxiv.org/abs/0804.2996",
primaryclass = "cs.LG",
URL = "https://arxiv.org/abs/1502.03044",
}
+
+@Misc{bahdanau2016,
+ title = "Neural Machine Translation by Jointly Learning to Align and Translate",
+ author = "Dzmitry Bahdanau and Kyunghyun Cho and Yoshua Bengio",
+ year = "2016",
+ eprint = "1409.0473",
+ archiveprefix = "arXiv",
+ primaryclass = "cs.CL",
+ URL = "https://arxiv.org/abs/1409.0473",
+}