Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Oct 12, 2023
1 parent d174c9f commit 5d578df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyPz1VAUhHSOFy2HLE0UEBLV",
"authorship_tag": "ABX9TyPRYYQqIr5qXUiwKNtDOVqS",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -142,7 +142,7 @@
{
"cell_type": "code",
"source": [
"# Let's do the calculation properly when D<Di\n",
"# Let's do the calculation properly when D<Di (see figure 3.10 from the book)\n",
"D = 8; Di = 10\n",
"N = np.power(2,D)\n",
"# We can equivalently do this by calling number_regions with the D twice\n",
Expand Down

0 comments on commit 5d578df

Please sign in to comment.