A layer = σ(Wx + b)

Set the input x, the weights W, and the bias b. The layer multiplies, adds, then applies ReLU (negatives → 0).

y = ReLU( W x + b )

input x

weights W (2×2) and bias b