From 8c0bec30ff5aba4efbfa78701cbba7e0ca6e82a9 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:17:00 +0100 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap04/4_3_Deep_Networks.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap04/4_3_Deep_Networks.ipynb b/Notebooks/Chap04/4_3_Deep_Networks.ipynb index 9931f4c..c79d06c 100644 --- a/Notebooks/Chap04/4_3_Deep_Networks.ipynb +++ b/Notebooks/Chap04/4_3_Deep_Networks.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyMbJGN6f2+yKzzsVep/wi5U", + "authorship_tag": "ABX9TyPyaqr0yJlxfIcTpfLSHDrP", "include_colab_link": true }, "kernelspec": { @@ -274,7 +274,7 @@ "cell_type": "code", "source": [ "# define sizes\n", - "D_i=4; D_1=5; D_2=2; D_3=1; D_o=1\n", + "D_i=4; D_1=5; D_2=2; D_3=4; D_o=1\n", "# We'll choose the inputs and parameters of this network randomly using np.random.normal\n", "# For example, we'll set the input using\n", "n_data = 4;\n",