Matrix multiplication code - b matrix

Shouldnt that b be capital B since its a matrix.

In b = np.array…

Hi @gaolatlhe

We doing capital letter to denote that it is a matrix containing all vectors(a) of the specific layer and to denote that we using vector(matrix) multiplication but in code it isn’t necessary

Thanks!
Abdelrahman

1 Like