I was able to get the function lstm_cell_backward return the correct results for all outputs, it’s a pretty straight forward implementation of equations
But when it comes to ex8, there’s a few outputs that’s not exactly the same as expected. For the life of me, I can’t figure out what went wrong.
Can someone provide some pointers on what could have gone wrong?
Interesting. I would say that Exercise 7 is actually quite a bit trickier than Exercise 8 and you got 7 right. It’s just a question of carefully following the instructions that they give you. Please have another careful look at the instructions for Exercise 8 and compare that to your code. If that’s not enough to get you to a solution, we can use a DM channel to share the code and get to a solution that way.