Confusing Markdown for C5W1A3

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?

Yes, it’s confusing.

Anyways so I suggest the DeepLearning.AI team to look into it and rectify it so that future students may not get stuck there.
I suggest that the instead of Keras part should be removed from the last bullet point.
Thanks

Thanks for identifying this issue.

1 Like

Youre welcome. :smile:
Happy to be of help.