From 0a5a97f55d8e77b10fdd26ebfe478b135a8cd4d9 Mon Sep 17 00:00:00 2001
From: udlbook <110402648+udlbook@users.noreply.github.com>
Date: Tue, 10 Oct 2023 11:51:31 +0100
Subject: [PATCH] Created using Colaboratory
---
Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb
index dc068d8..b1542cd 100644
--- a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb
+++ b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb
@@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
- "authorship_tag": "ABX9TyMhLSGU8+odPS/CoW5PwKna",
+ "authorship_tag": "ABX9TyN/5in7dmMxKCsN/wAMWi0P",
"include_colab_link": true
},
"kernelspec": {
@@ -62,7 +62,7 @@
"source": [
"The number of regions $N$ created by a shallow neural network with $D_i$ inputs and $D$ hidden units is given by Zaslavsky's formula:\n",
"\n",
- "\\begin{equation}N = \\sum_{j=1}^{D_{i}}\\binom{D}{j}=\\sum_{j=1}^{D_{i}} \\frac{D!}{(D-j)!j!} \\end{equation}
\n",
+ "\\begin{equation}N = \\sum_{j=0}^{D_{i}}\\binom{D}{j}=\\sum_{j=1}^{D_{i}} \\frac{D!}{(D-j)!j!} \\end{equation}
\n",
"\n"
],
"metadata": {