The assignments are intended to be used in the Coursera Labs environment.
If you want to run them locally, you must download all of the required files, and you have to install the correct versions of all of the tools and libraries.
Hi TMosh.
I have a question about rnn_backward funciton in the first programming assignment of week1. Why is the code like this “gradients = rnn_cell_backward(da[:,:,t] + da_prevt, caches[t])” instead of “gradients = rnn_cell_backward(da[:,:,t], caches[t])”. I don’t understand why “da[:,:,t]” need plus “da_prevt”.
Thanks you in advance!
Lijiang