From d174c9f34c24de6d8a2ef5bb840b8da70dd91e56 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:15:13 +0100 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb index 8578086..4899035 100644 --- a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb +++ b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyPCoVxVKyXd3JMSh4p0Bo+9", + "authorship_tag": "ABX9TyPz1VAUhHSOFy2HLE0UEBLV", "include_colab_link": true }, "kernelspec": { @@ -210,7 +210,7 @@ "source": [ "# Now let's test the code\n", "N = number_parameters(10, 8)\n", - "print(f\"Di=10, D=8, Number of parameters = {int(N)}, True value = 90\")" + "print(f\"Di=10, D=8, Number of parameters = {int(N)}, True value = 97\")" ], "metadata": { "id": "VbhDmZ1gwkQj"