From 1bebe21b91fc6aea18cc024db4b390847413b5f8 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:01:43 +0100 Subject: [PATCH 1/2] Update ch02.ipynb --- ch02/01_main-chapter-code/ch02.ipynb | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/ch02/01_main-chapter-code/ch02.ipynb b/ch02/01_main-chapter-code/ch02.ipynb index 9bc801c..8410677 100644 --- a/ch02/01_main-chapter-code/ch02.ipynb +++ b/ch02/01_main-chapter-code/ch02.ipynb @@ -158,7 +158,7 @@ "id": "250e8694-181e-496f-895d-7cb7d92b5562", "metadata": {}, "source": [ - "- This looks pretty good, but let's also handly other types of punctuation, such as periods, question marks, and so on" + "- This looks pretty good, but let's also handle other types of punctuation, such as periods, question marks, and so on" ] }, { @@ -1575,22 +1575,6 @@ "\n", "**See [./exercise-solutions.ipynb](./exercise-solutions.ipynb) for the exercise solutions.**" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "ce133c96-2ec5-400d-a103-3875d1da6f31", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8352810e-461d-4c33-9c78-3648983a9777", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { From 40698e63b300b59e9d6b02f6fba7dd905640dc93 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:01:46 +0100 Subject: [PATCH 2/2] Update embeddings-and-linear-layers.ipynb --- .../embeddings-and-linear-layers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02/03_bonus_embedding-vs-matmul/embeddings-and-linear-layers.ipynb b/ch02/03_bonus_embedding-vs-matmul/embeddings-and-linear-layers.ipynb index d91dcd2..4ebf732 100644 --- a/ch02/03_bonus_embedding-vs-matmul/embeddings-and-linear-layers.ipynb +++ b/ch02/03_bonus_embedding-vs-matmul/embeddings-and-linear-layers.ipynb @@ -354,7 +354,7 @@ "id": "9116482d-f1f9-45e2-9bf3-7ef5e9003898", "metadata": {}, "source": [ - "- Now we can use the linear layer on the one-hot encoded represenation of the inputs:" + "- Now we can use the linear layer on the one-hot encoded representation of the inputs:" ] }, {