Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Oct 12, 2023
1 parent dbb3d4b commit d174c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyPCoVxVKyXd3JMSh4p0Bo+9",
"authorship_tag": "ABX9TyPz1VAUhHSOFy2HLE0UEBLV",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d174c9f

Please sign in to comment.