Hello,
While attempting the programming assignment exercise 1 of Course 5 Week 1 Assignment 3, I came accross the following statement in the markdown:
I feel that the last bullet point is misleading because it is saying “in numpy instead of Keras” which might make one think that the way we do it in NumPy, .i.e, array1[:, 1, :] is not the way to do in Keras. In reality, for that particular step in the for loop, that is exactly the way we have to do, i.e, x = X[:, t, :]
What is your opinion? Isn’t it a bit confusing?