From e8d9fd7d8091a4179eb01494c7d199478b97d5a8 Mon Sep 17 00:00:00 2001 From: Ehsan Doostmohammadi <ehsan.doostmohammadi@liu.se> Date: Tue, 2 Feb 2021 11:24:10 +0100 Subject: [PATCH] Corrected lecture numbers. --- labs/l2/NLP-L2.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/l2/NLP-L2.ipynb b/labs/l2/NLP-L2.ipynb index c431306..b33db1d 100644 --- a/labs/l2/NLP-L2.ipynb +++ b/labs/l2/NLP-L2.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this lab you will implement and train two neural language models: the fixed-window model mentioned in Lecture 1.3, and the recurrent neural network model from Lecture 1.5. You will evaluate these models by computing their perplexity on a benchmark dataset." + "In this lab you will implement and train two neural language models: the fixed-window model mentioned in Lecture 2.3, and the recurrent neural network model from Lecture 2.5. You will evaluate these models by computing their perplexity on a benchmark dataset." ] }, { -- GitLab