A Three-Layer Example: Working on the Hidden Layer
Learn how to calculate the weights for the hidden layer and its output.
We'll cover the following...
Output of the hidden layer
Let’s visualize the combined moderated inputs into the second hidden layer.
Press + to interact
So far, so good, but there’s more to do. We remember those nodes apply a sigmoid activation function to make the response to the signal more like those found in nature. So let’s do that:
The sigmoid function is applied to each element in to produce the matrix, which has the output of the middle hidden layer:
...