Skip to content

Commit

Permalink
Created using Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Jun 7, 2024
1 parent c02eea4 commit 742d922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap07/7_3_Initialization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 742d922

Please sign in to comment.