From 742d922ce719c323987589eaf31349b0c56bc493 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:21:45 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap07/7_3_Initialization.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",