Simulation
→ Click on any line to change its weight
→ Click on the threshold graph to change threshold value
→ Click on any hidden/output neuron to change its bias
→ You cannot change the parameters once you've started simulations.
→ The red line in the decision boundaries graph depicts the boundary formed due to hidden neuron 1, blue line corresponds to hidden neuron 2, and green line to the output neuron respectively.
Select a network:
Truth Table
Input | Output | |||||
---|---|---|---|---|---|---|
X1 | X2 | Output of hidden neuron 1 | Output of hidden neuron 2 | Final Network Output | Expected Output | |
0 | 0 | - | - | - | 0 | |
0 | 1 | - | - | - | 1 | |
1 | 0 | - | - | - | 1 | |
1 | 1 | - | - | - | 0 |