Skip to content

Commit

Permalink
Created using Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Oct 24, 2024
1 parent dc6b346 commit 3801b8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyNioITtfAcfxEfM3UOfQyb9",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -221,7 +220,7 @@
{
"cell_type": "code",
"source": [
"# Now let's plot the graph from figure 3.9a (takes ~1min)\n",
"# Now let's plot the graph from figure 3.9b (takes ~1min)\n",
"dims = np.array([1,5,10,50,100])\n",
"regions = np.zeros((dims.shape[0], 200))\n",
"params = np.zeros((dims.shape[0], 200))\n",
Expand Down Expand Up @@ -256,4 +255,4 @@
"outputs": []
}
]
}
}

0 comments on commit 3801b8d

Please sign in to comment.