A Three-Layer Example: Working on the Output Layer
Learn how to calculate the output of the final layer.
Input to the output layer
Let’s calculate the combined moderated input into the final layer .
The inputs into this layer are the outputs from the second layer we just worked out, named . The weights are those for the links between the second and third layers, named , not those we just used between the first and second. Therefore, we have:
So, working this out in ...