LSTM implementation

rtruan
Level 2
LSTM implementation

Hello,

I need some help about how to adapt the predefined Keras script in the Deep learning modelling, in order to implement LSTM (apart from Import LSTM...). I know how to do that in a Jupyter notebook, but I don't know how to adapt the shape of the layers with input features dictionary from "main", as LSTM expects a 3D array (batch_size, time_steps, units).

Best regards

0 Kudos
2 Replies
Liev
Dataiker Alumni

Hi @rtruan 

You have an example of how to do it here.

Good luck!

0 Kudos
rtruan
Level 2
Author

Hi,

I will take a look.

Many thanks

0 Kudos