In the slide detailing forward prop in bumpy (~ 4min 59sec https://www.coursera.org/learn/advanced-learning-algorithms/lecture/fZYiN/general-implementation-of-forward-propagation), where I was expecting to see 1 in superscripts for arrays a(1) and b, I see instead the character/letter “l”. Was this in error or am I missing something? I thought it may be “l” for any chosen layer, but it appears to be specific for the layer shown.
Also, where the W matrix definition is shown, I expected to see a comma between the two rows ( W = np.array([1, -3, 5][2, 4, -6]) ).