From 3801b8d52d1ddaf2c4a4eb0d6c337331d790409d Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:45:43 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb index 6f2584d7..4ca8d8e0 100644 --- a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb +++ b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyNioITtfAcfxEfM3UOfQyb9", "include_colab_link": true }, "kernelspec": { @@ -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", @@ -256,4 +255,4 @@ "outputs": [] } ] -} +} \ No newline at end of file