I have developed an LSTM Model with 1 LSTM layer and 3 dense layers as shown below
model = Sequential() model.add(LSTM(units = 120, activation =\'relu\', return_