From 0dfc45e59845ce11e681790c384130ff757a2c16 Mon Sep 17 00:00:00 2001 From: Marco Kuhlmann <marco.kuhlmann@liu.se> Date: Tue, 6 Feb 2024 16:36:03 +0100 Subject: [PATCH] Add points for lab L2 --- labs/l2-basic/nlp-l2-basic.ipynb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/labs/l2-basic/nlp-l2-basic.ipynb b/labs/l2-basic/nlp-l2-basic.ipynb index 2604cc2..bcc6450 100644 --- a/labs/l2-basic/nlp-l2-basic.ipynb +++ b/labs/l2-basic/nlp-l2-basic.ipynb @@ -110,7 +110,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Problem 1: Build the vocabulary and frequency table" + "## Problem 1: Build the vocabulary and frequency table (2 points)" ] }, { @@ -175,7 +175,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Problem 2: Preprocess the data" + "## Problem 2: Preprocess the data (2 points)" ] }, { @@ -251,7 +251,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Problem 3: Generate the training examples" + "## Problem 3: Generate the training examples (8 points)" ] }, { @@ -372,7 +372,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Problem 4: Implement the model" + "## Problem 4: Implement the model (2 points)" ] }, { @@ -456,7 +456,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Problem 5: Train the model" + "## Problem 5: Train the model (2 points)" ] }, { @@ -544,7 +544,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Problem 6: Analyse the embeddings (reflection)" + "## Problem 6: Analyse the embeddings (6 points)" ] }, { @@ -618,8 +618,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.10" + "pygments_lexer": "ipython3" } }, "nbformat": 4, -- GitLab