diff --git a/Notebooks/Chap07/7_3_Initialization.ipynb b/Notebooks/Chap07/7_3_Initialization.ipynb index fca1bfe..34ad1e1 100644 --- a/Notebooks/Chap07/7_3_Initialization.ipynb +++ b/Notebooks/Chap07/7_3_Initialization.ipynb @@ -337,8 +337,8 @@ { "cell_type": "code", "source": [ - "# You can see that the values of the hidden units are increasing on average (the variance is across all hidden units at the layer\n", - "# and the 1000 training examples\n", + "# You can see that the gradients of the hidden units are increasing on average (the standard deviation is across all hidden units at the layer\n", + "# and the 100 training examples\n", "\n", "# TO DO\n", "# Change this to 50 layers with 80 hidden units per layer\n",