This directory contains 8 workflows.
Sentiment Analysis with BERT This workflow demonstrates how to do sentiment analysis by fine-tuning Google's BERT network. The idea is straight […]
Different options to train an autoencoder using TensorFlow 2 This workflow shows the different options of training and executing a network using TF2 on […]
Cell Segmentation This workflow uses Tensorflow2 to create and train a Unet for segmenting cell images. The trained network is used to predict the […]
Train a simple Multilayer Perceptron using TensorFlow 2 This workflow shows how to train a simple multilayer perceptron for classification. It is […]
Use a TensorFlow Hub model for TensorFlow 2 This workflow shows how a model from the TensorFlow Hub can be used in KNIME. MobileNet is used to predict […]
Convert a Network created with Keras to TensorFlow 2 This workflow shows how a model created with Keras can be converted to be used with the TensorFlow 2 […]
This workflow trains a Deep Convolutional Generative Adversarial Network (DCGAN) that learns to create digits similar to MNIST. As the name implies, the […]
Loads a Model from the TensorFlow Hub and wraps it into a Network with the defined inputs and the outputs of the Hub model. See https://tfhub.dev/ * […]