Consider the following neural network:
W11
W12
W21
W22
W31
W32
Layer 1
Layer 2
Assume there are no activation functions, so each neuron functions as a linear combination of the inputs. The output of layer 1 is a, and that of layer 2 is a2. The final output is y.
Come up with a transformation matrix W for the vector r that produces the variable y, such that:
Wx = y