Update 3_3_Shallow_Network_Regions.ipynb

This commit is contained in:
udlbook
2023-12-17 17:27:23 -05:00
committed by GitHub
parent fa7005b29a
commit c56251df11

View File

@@ -126,7 +126,7 @@
{
"cell_type": "code",
"source": [
"# Show that calculation fails when $D_i > D$\n",
"# Depending on how you implemented it, the calculation may fail when $D_i > D$ (not to worry...)\n",
"try:\n",
" N = number_regions(10, 8)\n",
" print(f\"Di=10, D=8, Number of regions = {int(N)}, True value = 256\")\n",