From adbf4322b84391d092c840df58461e4b55bc44b9 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:35:22 -0500 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap03/3_2_Shallow_Networks_II.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Notebooks/Chap03/3_2_Shallow_Networks_II.ipynb b/Notebooks/Chap03/3_2_Shallow_Networks_II.ipynb index 19874c4..28fb916 100644 --- a/Notebooks/Chap03/3_2_Shallow_Networks_II.ipynb +++ b/Notebooks/Chap03/3_2_Shallow_Networks_II.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyNk2dAhwwRxGpfVSC3b2Owv", "include_colab_link": true }, "kernelspec": { @@ -182,7 +181,7 @@ { "cell_type": "markdown", "source": [ - "Now we'll extend this model to have two outputs $y_1$ and $y_2$, each of which can be visualized with a separate heatmap. You will now have sets of parameters $\\phi_{10}, \\phi_{11}, \\phi_{12}$, $\\phi_{13} and $\\phi_{20}, \\phi_{21}, \\phi_{22}$, \\phi_{23}$ that correspond to each of these outputs." + "Now we'll extend this model to have two outputs $y_1$ and $y_2$, each of which can be visualized with a separate heatmap. You will now have sets of parameters $\\phi_{10}, \\phi_{11}, \\phi_{12}, \\phi_{13}$ and $\\phi_{20}, \\phi_{21}, \\phi_{22}, \\phi_{23}$ that correspond to each of these outputs." ], "metadata": { "id": "Xl6LcrUyM7Lh"