January 2019
Intermediate to advanced
294 pages
6h 43m
English
Let me show you how forward pass and backward pass work with the help of an example.
We have got a network that has got two layers (1 hidden layer and 1 output layer). Every layer (including the input) has got two nodes. It has got bias nodes as well, as shown in the following diagram:

The notations that are used in the preceding diagram are as follows:
We have got the values for all of the required fields. Let's feed this into the network and see how it flows. The activation function that's being used here is the sigmoid.
The input that's ...
Read now
Unlock full access