NLP - Sequence Models for NLP
What will be the output shape of the following LSTM layer?
model.add(LSTM(32, input_shape=(15, 20), return_sequences=True))
model.add(LSTM(32, input_shape=(15, 20), return_sequences=True))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions