Proper understanding of Keras implementation of LSTM: how do the units work?
My question is how N_u
units of LSTM
works on a data of N_x
length? I know that there are many similar questions asked before but the answers are full of contradictions and confusions. Therefore I am trying to clear my doubts by asking specific questions. I am following the simple blog here:
https://colah.github.io/posts/2015-08-Understanding-LSTMs/