Convolution Layer (legacy)

This node adds a Convolutional layer to the Deep Learning Model supplied by the input port. The layer performs convolution of the inputs (usually images) using a user defined number of convolution kernels.

The KNIME Deeplearning4J Integration has been marked as legacy with KNIME Analytics Platform 5.0 and will be deprecated in a future version. If you are using this extension in a production workflow, consider switching to one of the other deep learning integrations available in KNIME Analytics Platform.

Options

Number of Kernels
The number of convolution kernels to use. Hence, the number of feature maps produced by the layer.
Learning Rate
The learning rate that should be used for this layer.
Kernel Size
The size if the convolution kernel in each dimension. The values are given in pixels and are separated by a comma.
Stride
The stride for the convolution kernel in each dimension. Hence, the step size the kernel will be shifted over the input. The values are given in pixels and are separated by a comma.
Activation Function
The type of activation function that should be used for this layer.
Drop Out Rate
Drop Out probability for neurons.

Input Ports

Icon
The model which will be extended by this layer.

Output Ports

Icon
The model from the input port additionally containing this layer.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.