Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Codeless Deep Learning with KNIME
Codeless Deep Learning with KNIME

Codeless Deep Learning with KNIME: Build, train, and deploy various deep neural network architectures using KNIME Analytics Platform

Arrow left icon
Profile Icon Melcher Profile Icon KNIME AG Profile Icon Rosaria Silipo
Arrow right icon
€32.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5 (10 Ratings)
eBook Nov 2020 384 pages 1st Edition
eBook
€32.99
Paperback
€41.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Melcher Profile Icon KNIME AG Profile Icon Rosaria Silipo
Arrow right icon
€32.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5 (10 Ratings)
eBook Nov 2020 384 pages 1st Edition
eBook
€32.99
Paperback
€41.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€32.99
Paperback
€41.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Table of content icon View table of contents Preview book icon Preview Book

Codeless Deep Learning with KNIME

Chapter 1: Introduction to Deep Learning with KNIME Analytics Platform

We'll start our journey of exploring Deep Learning (DL) paradigms by looking at KNIME Analytics Platform. If you have always been drawn to neural networks and deep learning architectures and have always thought that the coding part would be an obstacle to you developing a quick learning curve, then this is the book for you.

Deep learning can be quite complex, and we must make sure that the journey is worth the result. Thus, we'll start this chapter by stating, once again, the relevance of deep learning techniques when it comes to successfully implementing applications for data science.

We will continue by providing a quick overview of the tool of choice for this book – KNIME Software – and focus on how it complements both KNIME Analytics Platform and KNIME Server.

The work we'll be doing throughout this book will be implemented in KNIME Analytics Platform, which is open source...

The Importance of Deep Learning

If you have been working in the field of data science – or Artificial Intelligence (AI), as it is called nowadays – for a few years, you might have noticed the recent sudden explosion of scholarly and practitioner articles about successful solutions based on deep learning techniques.

The big breakthrough happened in 2012 when the deep learning-based AlexNet network won the ImageNet challenge by an unprecedented margin. This victory kicked off a surge in the usage of deep learning networks. Since then, these have expanded to many different domains and tasks.

So, what are we referring to exactly when we talk about deep learning? Deep learning covers a subset of Machine Learning (ML) algorithms, most of which stem from neural networks. Deep learning is indeed the modern evolution of traditional neural networks. Apart from the classic feedforward, fully connected, backpropagation-trained, and multilayer perceptron architectures, deeper...

Exploring KNIME Software

We will mainly be working with two KNIME products: KNIME Analytics Platform and KNIME Server. KNIME Analytics Platform includes ML and deep learning algorithms and data operations needed for data science projects. KNIME Server, on the other hand, provides the IT infrastructure for easy and secure deployment, as well as model monitoring over time.

We'll concentrate on KNIME Analytics Platform first and provide an overview of what it can accomplish.

KNIME Analytics Platform

KNIME Analytics Platform is an open source piece of software for all your data needs. It is free to download from the KNIME website (https://www.knime.com/downloads) and free to use. It covers all the main data wrangling and machine learning techniques available at the time of writing, and it is based on visual programming.

Visual programming is a key feature of KNIME Analytics Platform for quick prototyping. It makes the tool very easy to use. In visual programming, a Graphical...

Exploring KNIME Analytics Platform

To install KNIME Analytics Platform, follow these steps:

  1. Go to .
  2. Provide some details about yourself (step 1 in Figure 1.2).
  3. Download the version that's suitable for your operating system (step 2 in Figure 1.2).
  4. While you're waiting for the appropriate version to download, browse through the different steps to get started (step 3 in Figure 1.2):
Figure 1.2 – Steps for downloading the KNIME Analytics Platform package

Figure 1.2 – Steps for downloading the KNIME Analytics Platform package

Once you've downloaded the package, locate it, start it, and follow the instructions that appear onscreen to install it in any directory that you have write permissions for.

Once it's been installed, locate your instance of KNIME Analytics Platform – from the appropriate folder, desktop link, application, or link in the start menu – and start it.

When the splash screen appears, a window will ask for the location of your workspace (Figure...

Installing KNIME Deep Learning – Keras Integration

In this section, you will learn how to install and set up KNIME Deep Learning - Keras Integration in order to train neural networks in KNIME Analytics Platform.

KNIME Analytics Platform consists of a software core and several provided extensions and integrations. Such extensions and integrations are provided by the KNIME community and extend the original software core through a variety of data science functionalities, including advanced algorithms for AI.

The KNIME extension of interest here is called KNIME Deep Learning – Keras Integration. It offers a codeless GUI-based integration of the Keras library, while using TensorFlow as its backend. This means that a number of functions from Keras libraries have been wrapped into KNIME nodes, within KNIME's classic, easy-to-use visual dialog window. Due to this integration, you can read, write, create, train, and execute deep learning networks without writing code...

Goal and Structure of this Book

In this book, our aim is to provide you with a strong theoretical basis about deep learning architectures and training paradigms, as well as some detailed codeless experience of their implementations for solving practical case studies based on real-world data.

For this journey, we have adopted the codeless tool, KNIME Analytics Platform. KNIME Analytics Platform is based on visual programming and exploits a user-friendly GUI to make data analytics a more affordable task without the barrier of coding. As with many other external extensions, KNIME Analytics Platform has integrated the Keras libraries under this same GUI, thus including deep learning as part of its list of codeless extensions. From within KNIME Analytics Platform, you can build, train, and test a deep learning architecture with just a few drag and drops and a few clicks of the mouse. We provided a little introduction to the tool in this chapter, but we will provide more detailed information...

Summary

This first chapter aimed to prepare you for the content provided in this book.

Thus, we started this chapter by reminding you of the importance of deep learning, as well as the surge in popularity it garnered following the first deep learning success stories. Such a surge in popularity is probably what brought you here, with the desire to learn more about practical implementations of deep learning networks for real use cases.

Nowadays, the main barrier that we come across when learning about deep learning is the coding skills that are required. Here, we adopted KNIME software, and in particular the open source KNIME Analytics Platform, so that we can look at the case studies that will be proposed throughout this book. To do this, we described KNIME software and KNIME Analytics Platform in detail.

KNIME Analytics Platform also benefits from an extension known as KNIME Deep Learning – Keras Integration, which helps with integrating Keras deep learning libraries...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Become well-versed with KNIME Analytics Platform to perform codeless deep learning
  • Design and build deep learning workflows quickly and more easily using the KNIME GUI
  • Discover different deployment options without using a single line of code with KNIME Analytics Platform

Description

KNIME Analytics Platform is an open source software used to create and design data science workflows. This book is a comprehensive guide to the KNIME GUI and KNIME deep learning integration, helping you build neural network models without writing any code. It’ll guide you in building simple and complex neural networks through practical and creative solutions for solving real-world data problems. Starting with an introduction to KNIME Analytics Platform, you’ll get an overview of simple feed-forward networks for solving simple classification problems on relatively small datasets. You’ll then move on to build, train, test, and deploy more complex networks, such as autoencoders, recurrent neural networks (RNNs), long short-term memory (LSTM), and convolutional neural networks (CNNs). In each chapter, depending on the network and use case, you’ll learn how to prepare data, encode incoming data, and apply best practices. By the end of this book, you’ll have learned how to design a variety of different neural architectures and will be able to train, test, and deploy the final network.

Who is this book for?

This book is for data analysts, data scientists, and deep learning developers who are not well-versed in Python but want to learn how to use KNIME GUI to build, train, test, and deploy neural networks with different architectures. The practical implementations shown in the book do not require coding or any knowledge of dedicated scripts, so you can easily implement your knowledge into practical applications. No prior experience of using KNIME is required to get started with this book.

What you will learn

  • Use various common nodes to transform your data into the right structure suitable for training a neural network
  • Understand neural network techniques such as loss functions, backpropagation, and hyperparameters
  • Prepare and encode data appropriately to feed it into the network
  • Build and train a classic feedforward network
  • Develop and optimize an autoencoder network for outlier detection
  • Implement deep learning networks such as CNNs, RNNs, and LSTM with the help of practical examples
  • Deploy a trained deep learning network on real-world data

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 27, 2020
Length: 384 pages
Edition : 1st
Language : English
ISBN-13 : 9781800562424
Category :
Languages :
Concepts :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning

Product Details

Publication date : Nov 27, 2020
Length: 384 pages
Edition : 1st
Language : English
ISBN-13 : 9781800562424
Category :
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 107.97
Codeless Deep Learning with KNIME
€41.99
Deep Learning for Beginners
€32.99
Artificial Intelligence with Python Cookbook
€32.99
Total 107.97 Stars icon

Table of Contents

15 Chapters
Section 1: Feedforward Neural Networks and KNIME Deep Learning Extension Chevron down icon Chevron up icon
Chapter 1: Introduction to Deep Learning with KNIME Analytics Platform Chevron down icon Chevron up icon
Chapter 2: Data Access and Preprocessing with KNIME Analytics Platform Chevron down icon Chevron up icon
Chapter 3: Getting Started with Neural Networks Chevron down icon Chevron up icon
Chapter 4: Building and Training a Feedforward Neural Network Chevron down icon Chevron up icon
Section 2: Deep Learning Networks Chevron down icon Chevron up icon
Chapter 5: Autoencoder for Fraud Detection Chevron down icon Chevron up icon
Chapter 6: Recurrent Neural Networks for Demand Prediction Chevron down icon Chevron up icon
Chapter 7: Implementing NLP Applications Chevron down icon Chevron up icon
Chapter 8: Neural Machine Translation Chevron down icon Chevron up icon
Chapter 9: Convolutional Neural Networks for Image Classification Chevron down icon Chevron up icon
Section 3: Deployment and Productionizing Chevron down icon Chevron up icon
Chapter 10: Deploying a Deep Learning Network Chevron down icon Chevron up icon
Chapter 11: Best Practices and Other Deployment Options Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5
(10 Ratings)
5 star 80%
4 star 10%
3 star 0%
2 star 0%
1 star 10%
Filter icon Filter
Top Reviews

Filter reviews by




Bookworm Dec 07, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Developing deep learning models is time demanding, and naturally difficult; the underlying techniques (architecture types) are fundamentally complex. It requires coding expertise. Well, at least that was the case, until now. This book makes things easy to understand and easy to implement, without coding.I liked the way the topics are laid out and sequenced: starting with the basics and foundations of KNIME, and then diving into Deep Learning with the extension, covering different DL architecture, and their codeless implementation in KNIME Analytics Platform.The coverage is comprehensive, motivational, conceptual, and with just about enough algorithmic/mathematical explanations and details.In summary, this book is one of a kind in that it explains highly technical, mostly code-based, deep learning algorithms in an easy to understand manner, using a visual modeling paradigm based on the KNIME Analytics Platform.
Amazon Verified review Amazon
Joe Porter Jan 24, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
KNIME continues to Impress! Since I first discovered KNIME 8-10 years ago I have been impressed by it’s ease of use and ability to quickly give analytically oriented people the ability to perform complex data engineering and data science tasks at scale.In this book, KNIME continues this tradition as it does a great job of teaching us multiple deep learning methods with real world use-cases.I would highly recommend this book and the KNIME software to anyone interested in Data Science but wants an alternative to code.
Amazon Verified review Amazon
Dennis Ganzaroli Jun 24, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Everything you need to know to get started quickly with Deep Learning
Amazon Verified review Amazon
Vijaykrishna Venkataraman Dec 07, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book makes deep learning accessible to anyone with little or no prior programming experience. The user-friendly GUI integrations to the open-source KNIME Analytics Platform are built on robust and powerful deep learning frameworks like Keras and TensorFlow. Leverage on the shoulder of giants who already developed the tool and dive straight into trying your hands on some case studies without the burden/barrier of code. The authors provide the right mix of theoretical foundation followed by practical case studies on fraud detection, natural language processing (NLP), image classification, etc. The last section (two dedicated chapters) covers usually neglected topics, like implementing trained models to production and a much-needed chapter on deployment best practices. The deployment options include a web app or a REST web-service again without any coding in no time; however, it requires access to a licensed version of the KNIME Server.To summarize, if you learn best by doing, you can't go wrong with this book. I recommend this to someone who wants to get started but may feel a little lost and anxious. You'll want to check out the book's companion workflows at KNIME Hub. It contains lots of workflows with configured nodes and data that you can run right on your computer.
Amazon Verified review Amazon
Stefano Jan 30, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Very useful, it help for both to learn NN and to develop without codino! It's the base to democratize data
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.