This component can be used for the encoding layers of a U-Net for 2D data. The following layers are used:
* 2D Convolution Layer
* Dropout Layer
* 2D Convolution Layer
* Max Pooling 2D Layer
An input is required for:
* Filter size for the Convolution layers, e.g. 16
* Activation Function for the Convolution layers, e.g. ELU
* Kernel Size for the Convolution layers, e.g. 3,3
* Dropout Rate for the Dropout layer, e.g. 0.1
* Random seed for the Dropout layer and for the Kernel Initializer in Convolution layers, e.g. 12345
* Pool Size (and Strides) for the Max Pooling layer, e.g. 2,2
The following settings are fixed and passed to the U-Net 2D - Decoding Layer component:
* Strides for the Convolution layers are set to 1,1
* Padding for the Convolution layers is set to "SAME"
* Kernel Initializer for the Convolution layers is set to "He Normal"
The corresponding U-Net 2D - Decoding Layer component can be used to create a complete U-Net.
The required extensions:
- KNIME Deep Learning - Keras Integration
To use this component in KNIME, download it from the below URL and open it in KNIME:
Download ComponentDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.