Created using Colaboratory

This commit is contained in:
udlbook
2023-10-12 18:42:59 +01:00
parent 9a3517629a
commit 50d1c5e255

View File

@@ -4,7 +4,7 @@
"metadata": { "metadata": {
"colab": { "colab": {
"provenance": [], "provenance": [],
"authorship_tag": "ABX9TyMz9rFbtPS4OjnNgB38OY68", "authorship_tag": "ABX9TyMdflMfWi9hu9ZEg/80HCd8",
"include_colab_link": true "include_colab_link": true
}, },
"kernelspec": { "kernelspec": {
@@ -115,7 +115,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"This works but there is a complication. If the number of hidden units $D$ is fewer than the number of hidden dimensions $D_i$ , the formula will fail. When this is the case, there are just $2^D$ regions (see figure 3.10 to understand why).\n", "This works but there is a complication. If the number of hidden units $D$ is fewer than the number of input dimensions $D_i$ , the formula will fail. When this is the case, there are just $2^D$ regions (see figure 3.10 to understand why).\n",
"\n", "\n",
"Let's demonstrate this:" "Let's demonstrate this:"
], ],
@@ -254,15 +254,6 @@
}, },
"execution_count": null, "execution_count": null,
"outputs": [] "outputs": []
},
{
"cell_type": "code",
"source": [],
"metadata": {
"id": "LRoF6zQN9b_y"
},
"execution_count": null,
"outputs": []
} }
] ]
} }