From 7f9ec0a996bf1a47254a408c2555c3574401f248 Mon Sep 17 00:00:00 2001 From: Alihan <72665972+alihan-ozturk@users.noreply.github.com> Date: Sun, 30 May 2021 15:32:26 +0300 Subject: [PATCH] typo foward -> forward --- .../ChapterIII_DeepLearningFoundation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/English version/ch03_DeepLearningFoundation/ChapterIII_DeepLearningFoundation.md b/English version/ch03_DeepLearningFoundation/ChapterIII_DeepLearningFoundation.md index 8578308..e91b288 100644 --- a/English version/ch03_DeepLearningFoundation/ChapterIII_DeepLearningFoundation.md +++ b/English version/ch03_DeepLearningFoundation/ChapterIII_DeepLearningFoundation.md @@ -137,7 +137,7 @@ Traditional machine learning needs to define some manual features to purposefull ### 3.2.1 Forward Propagation and Back Propagation? -There are two main types of neural network calculations: foward propagation (FP) acts on the input of each layer, and the output is obtained by layer-by-layer calculation; backward propagation (BP) acts on the output of the network. Calculate the gradient from deep to shallow to update the network parameters. +There are two main types of neural network calculations: forward propagation (FP) acts on the input of each layer, and the output is obtained by layer-by-layer calculation; backward propagation (BP) acts on the output of the network. Calculate the gradient from deep to shallow to update the network parameters. ** Forward Propagation**