From 7afe033e5011d06c699780eb79a30d48d33ea1fa Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:55:51 -0500 Subject: [PATCH] Update 4_3_Deep_Networks.ipynb --- Notebooks/Chap04/4_3_Deep_Networks.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Notebooks/Chap04/4_3_Deep_Networks.ipynb b/Notebooks/Chap04/4_3_Deep_Networks.ipynb index 1e88119..c5ff7ca 100644 --- a/Notebooks/Chap04/4_3_Deep_Networks.ipynb +++ b/Notebooks/Chap04/4_3_Deep_Networks.ipynb @@ -101,7 +101,6 @@ "cell_type": "code", "source": [ "# # Plot the shallow neural network. We'll assume input in is range [-1,1] and output [-1,1]\n", - "# If the plot_all flag is set to true, then we'll plot all the intermediate stages as in Figure 3.3\n", "def plot_neural(x, y):\n", " fig, ax = plt.subplots()\n", " ax.plot(x.T,y.T)\n", @@ -319,4 +318,4 @@ "outputs": [] } ] -} \ No newline at end of file +}