Merge pull request #308 from forestschao/patch-1

Update 11_1_Shattered_Gradients.ipynb
This commit is contained in:
udlbook
2026-01-01 15:22:28 -05:00
committed by GitHub

View File

@@ -65,7 +65,7 @@
{
"cell_type": "code",
"source": [
"# K is width, D is number of hidden units in each layer\n",
"# K is depth, D is number of hidden units in each layer\n",
"def init_params(K, D):\n",
" # Set seed so we always get the same random numbers\n",
" np.random.seed(1)\n",