**Backpropagation is a supervised learning algorithm, for training Multi-Layer Perceptrons.
**Choose the values of Inputs and Output. The weights are randomised for performing the Forward and Backward propagation.

Output

Input

Calculations


Forward Pass

H1:


H2:


Predicted Output:


Backward Pass

W1_new:


W2_new:


W3_new:


W4_new:


W5_new:


W6_new:


Input1
Input2
Output