From 69dffd8c79f378e95e7595fb1632c330391c42c6 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:00:15 -0500 Subject: [PATCH] Update 4_1_Composing_Networks.ipynb --- Notebooks/Chap04/4_1_Composing_Networks.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap04/4_1_Composing_Networks.ipynb b/Notebooks/Chap04/4_1_Composing_Networks.ipynb index b4376db..fab646e 100644 --- a/Notebooks/Chap04/4_1_Composing_Networks.ipynb +++ b/Notebooks/Chap04/4_1_Composing_Networks.ipynb @@ -220,7 +220,7 @@ "source": [ "# TODO\n", "# Take a piece of paper and draw what you think will happen when we feed the\n", - "# output of the first network into the second one now that we have changed it. Draw the relationship between\n", + "# output of the first network into the modified second network. Draw the relationship between\n", "# the input of the first network and the output of the second one." ], "metadata": { @@ -359,4 +359,4 @@ "outputs": [] } ] -} \ No newline at end of file +}