Created using Colab

This commit is contained in:
udlbook
2024-06-07 15:21:45 -04:00
parent c02eea499c
commit 742d922ce7

View File

@@ -337,8 +337,8 @@
{ {
"cell_type": "code", "cell_type": "code",
"source": [ "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", "# 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 1000 training examples\n", "# and the 100 training examples\n",
"\n", "\n",
"# TO DO\n", "# TO DO\n",
"# Change this to 50 layers with 80 hidden units per layer\n", "# Change this to 50 layers with 80 hidden units per layer\n",