Team,
I wonder of anyone has found a good (for dummies :-) documentation for creating LSTM networks in Keras? Specifically about the expected size of the input, layers and output. E.g. Expected input batch shape: (batch_size, timesteps, data_dim). The Keras.io documentation isn't really clear. I'm using the Keras visualization (this is helping me).