🌐 DE
🌙 Dark
Deep Learning Concept
Forward
Propagation
Move the inputs — watch the numbers flow left to right through the layers to a prediction.
x₁
0.80
x₂
0.40
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