Hub
Pricing About
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Community Hub
  • Search

342 results

Filter
Deep Learning
Keras Neural network LSTM Image classification Sequence analysis Text analysis Text processing Analytics Integrations Layers
+5
  1. Go to item
    Workflow
    Sentiment Analysis with BERT
    Deep Learning NLP Machine Learning
    +8
    This workflow demonstrates how to do sentiment analysis by fine-tuning Google's BERT network. The idea is straight forward: A sma…
    knime > Examples > 04_Analytics > 14_Deep_Learning > 04_TensorFlow2 > 01_BERT_Sentiment_Analysis
    12
    knime
  2. Go to item
    Workflow
    Multivariate Time Series Analysis with an RNN - Training
    Time series Deep learning RNN
    +3
    This is a simple example workflow for multivariant time series analysis using an LSTM based recurrent neural network and implemen…
    kathrin > Multivariate Times Series with RNN > Multivariate_Time_Series_RNN_Keras_Training
    6
    kathrin
  3. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    andisa.dewi > Public > Deep Learning Workshop > Sentiment_Analysis_Deep_Learning
    3
    andisa.dewi
  4. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +11
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 08_Sentiment_Analysis_with_Deep_Learning_KNIME_nodes
    3
    knime
  5. Go to item
    Workflow
    Simple CNN for Image Classification
    Deep learning Keras Image classification
    This workflow trains a simple convolutional neural network (CNN) on the MNIST dataset using Keras. The enclosed pictures are from…
    kathrin > Codeless Deep Learning with KNIME > Chapter 9 > MNIST_Classification > Image_Classification_MNIST
    3
    kathrin
  6. Go to item
    Workflow
    ChatGPT as a KNIME chat dashboard
    ChatGPT GPT-3 OpenAI
    +4
    This workflow issues POST requests to the OpenAI API, and uses the model that powers ChatGPT to create a chat dashboard.
    roberto_cadili > Public > ChatGPT as a KNIME chat dashboard
    3
    roberto_cadili
  7. Go to item
    Workflow
    Distances on Word Embeddings
    Word embedding Word2Vec Neural network
    +3
    Here we use word embedding instead of hot encoding, using a Word2Vec Learner node. The hidden layer size is set to 10, therefore …
    knime > Examples > 08_Other_Analytics_Types > 01_Text_Processing > 21_Word_Embedding_Distance
    2
    knime
  8. Go to item
    Workflow
    01_Train GAN for Image Generation
    Deep learning GAN Image generation
    Read and preprocess an image dataset to train a GAN (Generative Adversarial Network) that produces similar images. The Discrimina…
    emilio_s > Blogposts > GANs for Image Generation > 01_Train GAN for Image Generation
    2
    emilio_s
  9. Go to item
    Workflow
    Multivariate Time Series Analysis with an RNN - Deployment
    Time series Deep learning RNN
    +3
    This is a simple example workflow for the deployment of a multivariant time series, LSTM based, recurrent neural network. It is b…
    kathrin > Multivariate Times Series with RNN > Multivariate_Time_Series_RNN_Keras_Deployment
    2
    kathrin
  10. Go to item
    Workflow
    Sentiment Analysis
    Deep learning Keras Text classification
    +9
    This workflow shows how to train a simple neural network for text classification, in this case sentiment analysis. The used netwo…
    scottf > Public > TextMiningWebinar > Sentiment > Sentiment_Deep_Learning
    1
    scottf
  11. Go to item
    Workflow
    [KNIME Nodes] KN-301 Simple Demand Forecasting Neural Networks
    Neural Networks Deep Learning Sales Forecast
    Compares the Keras Layer Nodes against the DL Python nodes. Builds four models which attempt to predict future sales. Two models …
    scientificstrategy > Public > KNIME Nodes > KN-301 Simple Demand Forecasting Neural Networks v05
    1
    scientificstrategy
  12. Go to item
    Workflow
    Tic-Tac-Toe Play
    Reinforcment Learning Keras Deep Learning
    +2
    A workflow deploying the network trained in the Tic-Tac-Toe Learn workflow to a KNIME Webportal application to enable interactive…
    corey > Public > Tic-Tac-Toe > Tic-Tac-Toe Play
    1
    corey
  13. Go to item
    Workflow
    Tic-Tac-Toe Learn
    Keras Reinforcment Learning Game
    +2
    Training a Reinforcment Learning Model to play Tic-Tac-Toe with the Keras Deep Learning Integration.
    corey > Public > Tic-Tac-Toe > Tic-Tac-Toe Learn
    1
    corey
  14. Go to item
    Workflow
    KNIME Deep Learning - Classify images using InceptionV3
    Deep learning Keras Image classification
    This workflow performs classification on some sample images using the InceptionV3 deep learning network architecture, trained on …
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 01_Classify_images_using_InceptionV3
    1
    knime
  15. Go to item
    Workflow
    KNIME Deep Learning - Classify images using ResNet50
    Deep learning Keras Image classification
    This workflow performs classification on some sample images using the ResNet50 deep learning network architecture, trained on Ima…
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 02_Classify_images_using_ResNet50
    1
    knime
  16. Go to item
    Workflow
    Different options to train an autoencoder using TensorFlow 2
    Autoencoder Keras Neural network
    +5
    This workflow shows the different options of training and executing a network using TF2 on the example of an autoencoder: Option …
    knime > Examples > 04_Analytics > 14_Deep_Learning > 04_TensorFlow2 > 02_Tensorflow2_Autoencoder_for_Fraud_Detection_Training
    1
    knime
  17. Go to item
    Workflow
    Cell Segmentation
    Unet Tensorflow2 TF2
    +4
    This workflow uses Tensorflow2 to create and train a Unet for segmenting cell images. The trained network is used to predict the …
    knime > Examples > 04_Analytics > 14_Deep_Learning > 04_TensorFlow2 > 03_Tensorflow2_CellSegmentation
    1
    knime
  18. Go to item
    Workflow
    KNIME Deep Learning - Train MNIST classifier with Keras nodes
    Deep learning Keras Image classification
    This workflow trains a simple convolutional neural network (CNN) on the MNIST dataset via Keras. You can use either a code based …
    scottf > Public > Train_MNIST_classifier_Keras_Nodes
    1
    scottf
  19. Go to item
    Workflow
    Mixing Deep Learning with XGBoost
    Deep Learning Machine Learning XGBoost
    +11
    This workflow shows how to train an XGBoost based image classifier that uses a pretrained convolutional neural network to extract…
    christian.birkhold > Deep Learning with XGBoost > Mixing_DL_with_XGBoost
    1
    christian.birkhold
  20. Go to item
    Workflow
    Autoencoder MNIST MidPoint Focus
    Autoencoder Keras Neural network
    +8
    Exploring the latent space of an autoencoder for dimensional reduction
    iceman > Public > Autoencoder MNIST MidPoint Focus
    1
    iceman

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Business Hub
© 2023 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits