LSTM implementation

rtruan
rtruan Dataiku DSS Core Concepts, Registered, Frontrunner 2022 Finalist, Frontrunner 2022 Participant Posts: 8 ✭✭✭✭

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

Answers

Setup Info
    Tags
      Help me…