Icon

Solutions

This directory contains 4 workflows.

Icon01. Data Importing and Preprocessing - solution 

Data Importing and Preprocessing. Load the training data, training labels and test data in the workflow and preprocess the images for the neural network.

Icon02. Define U-Net - solution 

Create a U-Net Architecture network. For Option 2: Create a Tensorflow2 environment under Preferences -> KNIME -> Python Deep Learning

Icon03. Train Model - solution 

Train a U-Net. For Option 1: Create a conda environment for Keras under Preferences -> KNIME -> Python Deep Learning. For Option 2: Use the conda […]

Icon04. Deploy Model - solution 

Deploy the trained U-Net. For Option 1: Use the conda environment for Keras, which was already create in the previous exercise. For Option 2: Use the conda […]