Do NOT get in if you haven't done! help -- Sequence Model W1 ASMT1 ungraded LSTM back propagation no correct output even conferred GPT

Thanks for coming in

  • Hello there, I got stuck here with output that is not expected. Can you please have a look and help me correct it please?

Exercise 7 - lstm_cell_backward

[snippet removed by mentor]

Here are some hints:

  1. A term is missed out in computing dcct
  2. For dxt, you’ll find this markdown text useful:

Here, to account for concatenation, the weights for equations 19 are the first n_a, (i.e. W_f = W_f[:,:n_a] etc…)

1 Like