@jeremy The layers_example.xls from lesson 2 shows matrix multiplication but the conv_example.xls in class 4 did a regular multiplication of all elements of the matrix and added it up.
If I understand you right -
the layers spreadsheet is showing how a dense layer works, not a convolution.
Convolution will be done with regular multiplication and dense layer works with matrix multiplications. Correct?