i am currently struggling to find the issue with this. I am guessing my initialization for c_next is wrong but i dont know what to do now. Notably, I did get the previous exercise of Lstm_cell_forward correct, can someone help?
By the way, my initialization for c_next is c_next = np.zeros((n_a, m)) (I posted it here because i believe it is wrong)
To those having a similar issue with c_next, you are advised to look at the order which the examples in red are given, then look at your code. The issue or order is not the same.