Merge pull request #515 from alihan-ozturk/patch-2

typo
This commit is contained in:
scutan90 2021-10-14 13:48:59 +08:00 committed by GitHub
commit 4fb5632e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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**