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

48 results

Filter
Image Classification
Deep Learning Keras Cat Dog CNN
+2
  1. 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
  2. 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
  3. Go to item
    Workflow
    Preprocess image data
    Deep learning Keras Image classification
    In this workflow we pre-process the image data, which we will use throughout the following example workflows. Please note: The wo…
    knime > Examples > 04_Analytics > 14_Deep_Learning > 02_Keras > 04_Cats_and_Dogs > 01_Preprocess_image_data
    1
  4. 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
  5. Go to item
    Workflow
    Classifying handwritten digits using KNIME, DL4J and a LeNet variant
    Deep learning GPU Image classification
    +2
    The workflow downloads, uncompresses and preprocesses the original MNIST dataset. The two "Normalize Images" components use the K…
    hilal > Public > 01_Using_DeepLearning4J_to_classify_MNIST_Digits
    0
  6. Go to item
    Workflow
    Classifying Images of Cats and Dogs - Deployment
    Deep learning Keras Image classification
    +3
    This workflow reads images of cats and dogs and applies a trained CNN to classify whether there is a dog or a cat on an image. If…
    emilio_s > Public Exercises > DL Italia > Lesson 4 > 3) 02_Classifying_Cats_and_Dogs_Deployment - km
    0
  7. Go to item
    Workflow
    Classifying Images of Cats and Dogs - Deployment
    Deep learning Keras Image classification
    +3
    This workflow reads images of cats and dogs and applies a trained CNN to classify whether there is a dog or a cat on an image. Re…
    roberto_cadili > A Friendly Introduction to Codeless Deep Learning > CNN for Image Classification > Deploying CNN Predictor for cats and dogs images - Deep Learning
    0
  8. Go to item
    Workflow
    Classifying Images of Cats and Dogs - Training
    Deep learning Keras Image classification
    +3
    This workflow reads images of cats and dogs, performs some simple preprocessing, and trains and evaluates a Convolutional Neural …
    emilio_s > Public Exercises > DL Italia > Lesson 4 > 3) 01_Classifiying_Cats_and_Dogs_Training - km
    0
  9. Go to item
    Workflow
    Classifying Images of Cats and Dogs - Training (Exercise)
    Deep learning Keras Image classification
    +3
    This workflow reads images of cats and dogs, performs some simple preprocessing, and trains and evaluates a Convolutional Neural …
    roberto_cadili > A Friendly Introduction to Codeless Deep Learning > CNN for Image Classification > exercise > Building CNN Predictor for cats and dogs images - Exercise
    0
  10. Go to item
    Workflow
    Preprocess image data
    Deep learning Keras Image classification
    +2
    In this workflow we pre-process and augment the image data, which we will use throughout the following example workflows.
    bwilhelm > Public > I2K_2022_Workshop_DL_with_KNIME > CatsDogsClassification > 01_Preprocess_image_data
    0
  11. Go to item
    Workflow
    Fine-tune VGG16
    Deep learning Keras Image classification
    +2
    In this workflow we are fine-tuning a ResNet50 (https://keras.io/api/applications/resnet/#resnet50-function). First, we download …
    davek > Public > DL_Workshop_ImgAna_2020 > CatsDogsClassification > 03_Fine-tune_ResNet50
    0
  12. Go to item
    Workflow
    Train MNIST classifier
    Deep learning TensorFlow Image classification
    This workflow trains a simple convolutional neural network (CNN) on the MNIST dataset via TensorFlow.
    hawk326040 > Public > 03_Train_MNIST_classifier
    0
  13. Go to item
    Workflow
    Malaria Image Classification using Transfer Learning (VGG16)
    Image classification Computer vision Vgg16
    +3
    The workflow focuses on using KNIME in order to employ transfer learning methods (VGG16 with imagenet weights) to do image classi…
    june__ > Image and Non-Image Classification > Malaria Image Classification using Transfer Learning (VGG16)
    0
  14. Go to item
    Workflow
    Fine-tune VGG16
    Deep learning Keras Image classification
    In this workflow we are fine-tuning a VGG1G network, similar to "Fine-tune VGG16 (Python)". However, we won't make use of the DL …
    bwilhelm > Public > DL_Workshop > Cats_and_Dogs > 03_Fine-tune_ResNet50
    0
  15. Go to item
    Workflow
    Train simple CNN
    Deep learning Keras Image classification
    In this workflow we create a simple Convolutional Neural Network using the DL Python Network Creator. We train this network on ou…
    bwilhelm > Public > DL_Workshop > Cats_and_Dogs > 02_Train_simple_CNN
    0
  16. Go to item
    Workflow
    Preprocess image data
    Deep learning Keras Image classification
    In this workflow we pre-process the image data, which we will use throughout the following example workflows.
    bwilhelm > Public > DL_Workshop > Cats_and_Dogs > 01_Preprocess_image_data
    0
  17. Go to item
    Workflow
    Train simple CNN
    Deep learning Keras Image classification
    +2
    In this workflow we create a simple Convolutional Neural Network using the Keras Layer nodes. We train this network on our augmen…
    bwilhelm > Public > I2K_2022_Workshop_DL_with_KNIME > CatsDogsClassification > 02_Train_simple_CNN
    0
  18. Go to item
    Workflow
    Preprocess image data
    Deep learning Keras Image classification
    +2
    In this workflow we pre-process and augment the image data, which we will use throughout the following example workflows.
    davek > Public > DL_Workshop_ImgAna_2020 > CatsDogsClassification > 01_Preprocess_image_data
    0
  19. Go to item
    Workflow
    Fine-tune VGG16 (Python)
    Deep learning Keras Image classification
    Instead of creating our own network architecture as in the previous workflow "Train simple CNN", in this workflow we use the pre-…
    lukass > Public > Tickets > 23479_03_Fine-tune_VGG16_Python_maybe_repaired_now
    0
  20. Go to item
    Workflow
    Simple CNN for Image Classification
    Deep learning Keras Image classification
    +2
    Exercise of the L4-DL Introduction to Deep Learning Course. Train a CNN model to classify handwritten digit images with the corre…
    knime > Education > Courses > L4-DL Introduction to Deep Learning > Session4 > Exercises > Image_Classification_MNIST
    0

KNIME
Open for Innovation

KNIME AG
Hardturmstrasse 66
8005 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 Server
© 2022 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits