A tiny two-layer network maps x∈R2 to y∈R2:
z=W1x,h=ReLU(z) (elementwise),y=W2h
with
W1=120−113 (3×2),W2=(1021−11) (2×3)
Evaluate at the input x=(12).
Find the Jacobian J=∂x∂y at this x, and use it to give the first-order change in the output for the small input perturbation δ=(0.1−0.1).