diff --git a/Notebooks/Chap04/4_1_Composing_Networks.ipynb b/Notebooks/Chap04/4_1_Composing_Networks.ipynb index fab646e..83cbe73 100644 --- a/Notebooks/Chap04/4_1_Composing_Networks.ipynb +++ b/Notebooks/Chap04/4_1_Composing_Networks.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyPEQEGetZqWnLRNn99Q2aaT", "include_colab_link": true }, "kernelspec": { @@ -261,7 +260,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 now we have changed it into the original second network. Draw the relationship between\n", + "# output of the modified first network into the original second network. Draw the relationship between\n", "# the input of the first network and the output of the second one." ], "metadata": { @@ -302,7 +301,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 original second network. Draw the relationship between\n", + "# output of the first network into the a copy of itself. Draw the relationship between\n", "# the input of the first network and the output of the second one." ], "metadata": { @@ -350,7 +349,7 @@ "# network (blue curve above)\n", "\n", "# Take away conclusion: with very few parameters, we can make A LOT of linear regions, but\n", - "# they depend on one another in complex ways that quickly become to difficult to understand intuitively." + "# they depend on one another in complex ways that quickly become too difficult to understand intuitively." ], "metadata": { "id": "HqzePCLOVQK7" @@ -359,4 +358,4 @@ "outputs": [] } ] -} +} \ No newline at end of file