Multilayer Perceptron · Module 2
Forward Propagation
How the values flow in the network
Calculate the first hidden layer all at once:
4 × 1
=4 × 5
×5 × 1
+4 × 1
This 4 × 1 activation vector is the input to the next layer:.
In both modules, is the activation function applied to each hidden neuron. The output uses sigmoid.