Hub
Pricing About
NodeNode / Other

Keras Convolutional LSTM 2D Layer (deprecated)

AnalyticsIntegrationsDeep LearningKerasLayers
+1

This node has been deprecated and its use is not recommended. Please search for updated nodes instead.

Like

2D Convolutional Long-Short Term Memory (LSTM) layer. Similar to a normal LSTM, but the input and recurrent transformations are both convolutional. Corresponds to the ConvLSTM2D Keras layer .

External resources

  • KNIME Deep Learning Keras Integration

Node details

Input ports
  1. Type: Keras Deep Learning Network
    Keras Network
    The Keras deep learning network to which to add an ConvLSTM2D layer. The shape of the tensor must be [time, height, width, channel] or [time, channel, height, width] for data format channels_last and channels_first respectively.
  2. Type: PortObject
    Keras Network
    An optional Keras deep learning network providing the first initial state for this ConvLSTM2D layer. Note that if this port is connected, you also have to connect the second hidden state port. The shape must be [height, width, channel] or [channel, height, width] depending on data format and the dimensionality of the channel dimension must match the number of filters of this layer.
  3. Type: PortObject
    Keras Network
    > An optional Keras deep learning network providing the second initial state for this ConvLSTM2D layer. Note that if this port is connected, you also have to connect the first hidden state port. The shape must be [height, width, channel] or [channel, height, width] depending on data format and the dimensionality of the channel dimension must match the number of filters of this layer.
Output ports
  1. Type: Keras Deep Learning Network
    Keras Network
    The Keras deep learning network with an added ConvLSTM2D layer.

Extension

The Keras Convolutional LSTM 2D Layer (deprecated) node is part of this extension:

  1. Go to item

Related workflows & nodes

  1. Go to item
  2. Go to item
  3. Go to item

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits