From 4ee5d108a92a1a2997312efa00c668893c20aa28 Mon Sep 17 00:00:00 2001 From: Suman Mandal Date: Thu, 7 Mar 2024 16:21:50 +0530 Subject: [PATCH] Update andrewng-p-2-improving-deep-learning-network.md --- andrewng-p-2-improving-deep-learning-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andrewng-p-2-improving-deep-learning-network.md b/andrewng-p-2-improving-deep-learning-network.md index e4d20b9..a45d726 100644 --- a/andrewng-p-2-improving-deep-learning-network.md +++ b/andrewng-p-2-improving-deep-learning-network.md @@ -249,7 +249,7 @@ _**Implementation tip**_: if you implement gradient descent, one of the steps to - It reduces the generalization error. - You can use some snapshots of your NN at the training ensembles them and take the results. -### Normalizing inputs +### Normalizing inputs ( one of the techniques to speed up training ) - If you normalize your inputs this will speed up the training process a lot. - Normalization are going on these steps: