Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
foward -> forward
  • Loading branch information
alihan-ozturk authored May 30, 2021
1 parent c296062 commit 7f9ec0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 7f9ec0a

Please sign in to comment.