Deep Learning Concept

Forward Propagation

Move the inputs — watch the numbers flow left to right through the layers to a prediction.

input x hidden · tanh output · σ
hidden a¹ (tanh)
[0.62, 0.55, −0.13]
prediction ŷ = a²
0.71
weights are fixed · edges show sign (cyan +, pink −) & strength
forward.py