From 78851c3da2e47a439155885fea52d8b69d2a0d9d Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:37:38 +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 c79d06c..1e88119 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": "ABX9TyPyaqr0yJlxfIcTpfLSHDrP", + "authorship_tag": "ABX9TyO2DaD75p+LGi7WgvTzjrk1", "include_colab_link": true }, "kernelspec": { @@ -232,7 +232,7 @@ "beta_2 = np.zeros((1,1))\n", "Omega_2 = np.zeros((1,3))\n", "\n", - "# TODO Fill in the values of the beta and Omega matrices for with the n1_theta, n1_phi, n2_theta, and n2_phi parameters\n", + "# TODO Fill in the values of the beta and Omega matrices for the n1_theta, n1_phi, n2_theta, and n2_phi parameters\n", "# that define the composition of the two networks above (see eqn 4.5 for Omega1 and beta1 albeit in different notation)\n", "# !!! NOTE THAT MATRICES ARE CONVENTIONALLY INDEXED WITH a_11 IN THE TOP LEFT CORNER, BUT NDARRAYS START AT [0,0] SO EVERYTHING IS OFFSET\n", "# To get you started I've filled in a few:\n",