Created using Colaboratory

This commit is contained in:
udlbook
2023-12-07 18:07:12 +00:00
parent d7750430f7
commit 5ba36dd1e8

View File

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