The following information comes from the Practice lab on C2 W1 assignment. I need to better understand how the dimensions of W and b are determined. Can someone explain this to me please? Or point me to the video in the course where it is explained?
The parameters have dimensions that are sized for a neural network with 25 units in layer 1, 15units in layer 2 and 1 output unit in layer 3.
- Recall that the dimensions of these parameters are determined as follows:
- If network has π ππ units in a layer and π ππ’π‘ units in the next layer, then
- π will be of dimension π ππΓπ ππ’π‘.
- π will a vector with π ππ’π‘ elements
- If network has π ππ units in a layer and π ππ’π‘ units in the next layer, then