Skip to content

knime/knime-deeplearning

Repository files navigation

KNIME® Deep Learning

Jenkins Quality Gate Status

This repository is maintained by the KNIME Team Rakete.

This repository contains the plugins for the KNIME Deep Learning Integration and the KNIME Deep Learning - Keras Integration.

Overview

This extension enables you to create deep neural networks, train them on training data and use them to predict on new data with the Keras API. Additionally, it provides core interfaces which can be used to integrate new deep learning frameworks into KNIME.

Workflow Screenshot

Content

This repository contains the source code for the KNIME Deep Learning Integration. The code is organized as follows:

  • org.knime.dl: Generic deep learning framework
  • org.knime.dl.python: Framework for Python based deep learning integrations
  • org.knime.dl.keras: Keras Integration nodes

Required Python Packages

  • keras or keras-gpu (version: 2.1.6)

Additional information on how to install this extension and set up your python environment can be found on the KNIME Deep Learning - Keras Website.

Example Workflows

You can download the example workflows from the KNIME public example server (See here how to connect...) or from the KNIME node guide.

Development Notes

You can find instructions on how to work with our code or develop extensions for KNIME Analytics Platform in the knime-sdk-setup repository on BitBucket or GitHub.

Join the Community!