What exactly is timestep in an LSTM Model?
问题 I am a newbie to LSTM and RNN as a whole, I've been racking my brain to understand what exactly is a timestep. I would really appreciate an intuitive explanation to this 回答1: Let's start with a great image from Chris Olah's blog (a highly recommended read btw): In a recurrent neural network you have multiple repetitions of the same cell. The way inference goes is - you take some input (x 0 ), pass it through the cell to get some output 1 (depicted with black arrow to the right on the picture)