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": [] }, {