diff --git a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb index 6f2584d..4ca8d8e 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