This directory contains 3 workflows.
Preprocess image data In this workflow we pre-process and augment the image data, which we will use throughout the following example […]
Train simple CNN In this workflow we create a simple Convolutional Neural Network using the Keras Layer nodes. We train this network on our augmented […]
Fine-tune VGG16 In this workflow we are fine-tuning a ResNet50 (https://keras.io/api/applications/resnet/#resnet50-function). First, we download the […]