foward -> forward
This commit is contained in:
Alihan 2021-05-30 15:32:26 +03:00 committed by GitHub
parent c2960620e2
commit 7f9ec0a996
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? ### 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** ** Forward Propagation**