From 5ba36dd1e838d242d3d310a8448257d7335988a3 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:07:12 +0000 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap10/10_1_1D_Convolution.ipynb | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap10/10_1_1D_Convolution.ipynb b/Notebooks/Chap10/10_1_1D_Convolution.ipynb index a5a889d..e49cf5b 100644 --- a/Notebooks/Chap10/10_1_1D_Convolution.ipynb +++ b/Notebooks/Chap10/10_1_1D_Convolution.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyPTidpnPhn4O5QF011gt0cz", + "authorship_tag": "ABX9TyML7rfAGE4gvmNUEiK5x3PS", "include_colab_link": true }, "kernelspec": { @@ -41,6 +41,17 @@ "id": "el8l05WQEO46" } }, + { + "cell_type": "markdown", + "source": [ + "NOTE!!\n", + "\n", + "If you have the first edition of the printed book, it mistakenly refers to a convolutional filter with no spaces between the elements (i.e. a normal filter without dilation) as having dilation zero. Actually, the convention is (weirdly) that this has dilation one. And when there is one space between the elements, this is dilation two. This notebook reflects the correct convention and so will be out of sync with the printed book. If this is confusing, check the [errata](https://github.com/udlbook/udlbook/blob/main/UDL_Errata.pdf) document." + ], + "metadata": { + "id": "ggQrHkFZcUiV" + } + }, { "cell_type": "code", "source": [ @@ -50,7 +61,7 @@ "metadata": { "id": "nw7k5yCtOzoK" }, - "execution_count": null, + "execution_count": 1, "outputs": [] }, {