Icon

02_​Keras

This directory contains 18 workflows.

Icon01_​Classify_​images_​using_​InceptionV3 

This workflow performs classification on some sample images using the InceptionV3 deep learning network architecture, trained on ImageNet, via Keras […]

Icon02_​Classify_​images_​using_​ResNet50 

This workflow performs classification on some sample images using the ResNet50 deep learning network architecture, trained on ImageNet, via Keras […]

Icon03_​Train_​MNIST_​classifier 

This workflow trains a simple convolutional neural network (CNN) on the MNIST dataset via Keras. In order to run the example, please make sure you have the […]

Icon05_​Neural_​Machine_​Translation 

Uses a character level encoder-decoder network of LSTMs. The encoder network reads the input sentence character by character and summarizes the sentence in […]

Icon06_​Semantic_​Segmentation 

This workflow shows how the new KNIME Keras integration can be used to train and deploy a specialized deep neural network for semantic segmentation. This […]

Icon07_​Sentiment_​Analysis_​with_​Deep_​Learning 

This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used network learns a 128 dimensional […]