Update 3_3_Shallow_Network_Regions.ipynb
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"source": [
|
"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",
|
"try:\n",
|
||||||
" N = number_regions(10, 8)\n",
|
" N = number_regions(10, 8)\n",
|
||||||
" print(f\"Di=10, D=8, Number of regions = {int(N)}, True value = 256\")\n",
|
" print(f\"Di=10, D=8, Number of regions = {int(N)}, True value = 256\")\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user