We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d10ab commit b0da132Copy full SHA for b0da132
Chapter-wise code/Code - PyTorch/7. Attention Models/Readme.md
@@ -0,0 +1,11 @@
1
+# Attention Models
2
+
3
+1. [Neural Machine Translation](./1.%20NMT)
4
+ * [Introduction to Google's Trax library.](./Google%20-%20Trax)
5
+ * [Introduction to NMT.](./1.%20NMT/Readme.md)
6
+ * [Set-up for NMT.](./1.%20NMT/NMT%20SetUp.md)
7
+ * [Teacher forcing.](./1.%20NMT/NMT%20SetUp.md#teacher-forcing)
8
+ * [Training NMT.](./1.%20NMT/NMT%20SetUp.md#training-nmt)
9
+ * [Evaluating NMT models.](./1.%20NMT/Evaluating%20NMT.md)
10
+ * [BLEU Score.](./1.%20NMT/Evaluating%20NMT.md#bleu-score)
11
+ * [ROGUE Score.](./1.%20NMT/Evaluating%20NMT.md#rogue-score)
0 commit comments