The result (far right, in black) is calculated by the formula: ActivationFunction((((A * W1) + (B * W2) + (C * W3)) + bias) * finalW)
Where A, B and C are the three values on the left, in blue.
Output
Result
Final Result
The graph below shows only:
(A * W1) + bias => (), in blue, the dot is at [A, (A * W1) + bias] =>
(B * W2) + bias => () in green, the dot is at [B, (B * W2) + bias] =>
(C * W2) + bias => (), in red, the dot is at [C, (C * W3) + bias] =>
Modify weights and bias to see the result.
You can use the index on the knobs, or the keyboard left and right arrows after selecting the knob.
No WebComponents version.