From bf7f511ee9ee195bca24ba631def9e0c4b80dbcf Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:00:46 +0000 Subject: [PATCH 1/3] Created using Colaboratory --- Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb b/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb index b4f2de1..7e76dea 100644 --- a/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb +++ b/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyM+98aMABiK5vNFFYAwiPiL", + "authorship_tag": "ABX9TyPZo7Ag7Iup8B1mSUSP82+q", "include_colab_link": true }, "kernelspec": { @@ -226,7 +226,7 @@ "source": [ "Now let's play with the parameters to make sure we understand how they work. The original parameters were:\n", "\n", - "$\\theta_{10} = 0.3$ ; $\\theta_{20} = -1.0$
\n", + "$\\theta_{10} = 0.3$ ; $\\theta_{11} = -1.0$
\n", "$\\theta_{20} = -1.0$ ; $\\theta_{21} = 2.0$
\n", "$\\theta_{30} = -0.5$ ; $\\theta_{31} = 0.65$
\n", "$\\phi_0 = -0.3; \\phi_1 = 2.0; \\phi_2 = -1.0; \\phi_3 = 7.0$" From 7a5113de210ac055fca602bdda9c2272c3343b64 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:35:29 +0000 Subject: [PATCH 2/3] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 64bef81..8517d1a 100644 --- a/index.html +++ b/index.html @@ -157,13 +157,13 @@ Figures
  • Chapter 16 - Normalizing flows: PDF Figures / SVG Figures + href="https://drive.google.com/uc?export=download&id=1SNtNIY7khlHQYMtaOH-FosSH3kWwL4b7"> SVG Figures / PowerPoint Figures
  • Chapter 17 - Variational autoencoders: PDF Figures / SVG Figures + href="https://drive.google.com/uc?export=download&id=1B9bxtmdugwtg-b7Y4AdQKAIEVWxjx8l3"> SVG Figures / PowerPoint Figures From 36d2695a41d84e6ad095d3bfcdcba4bb91f5c1d7 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:36:54 +0000 Subject: [PATCH 3/3] Created using Colaboratory --- Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb b/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb index 7e76dea..2de57c9 100644 --- a/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb +++ b/Notebooks/Chap03/3_1_Shallow_Networks_I.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyPZo7Ag7Iup8B1mSUSP82+q", + "authorship_tag": "ABX9TyPBNztJrxnUt1ELWfm1Awa3", "include_colab_link": true }, "kernelspec": { @@ -97,7 +97,7 @@ "ax.set_xlim([-5,5]);ax.set_ylim([-5,5])\n", "ax.set_xlabel('z'); ax.set_ylabel('ReLU[z]')\n", "ax.set_aspect('equal')\n", - "plt.show" + "plt.show()" ], "metadata": { "id": "okwJmSw9pVNF"