Book Image

Deep Learning with Apache Spark [Video]

By : Tomasz Lelek
Book Image

Deep Learning with Apache Spark [Video]

By: Tomasz Lelek

Overview of this book

<p>Deep Learning is a subset of Machine Learning whereby datasets with several layers of complexity can be processed efficiently. This tutorial brings together two of the most popular buzzwords of today—big data and Artificial Intelligence—by showing you how you can implement Deep Learning solutions using the power of Apache Spark.</p> <p>The tutorial begins by explaining the fundamentals of Apache Spark and deep learning. You will set up a Spark environment to perform deep learning and learn about the different types of neural net and the principles of distributed modeling (model- and data-parallelism, and more). You will then implement deep learning models (such as CNN, RNN, LTSMs) on Spark, acquire hands-on experience of what it takes, and get a general feeling for the complexity we are dealing with. You will also see how you can use libraries such as Deeplearning4j to perform deep learning on a distributed CPU and GPU setup.</p> <p>By the end of this course, you'll have gained experience by implementing models for applications such as object recognition, text analysis, and voice recognition. You will even have designed human expert games.</p> <p>The code bundle for this course is available at&nbsp;<a href="https://github.com/PacktPublishing/Deep-Learning-with-Apache-Spark" target="_blank">https://github.com/PacktPublishing/Deep-Learning-with-Apache-Spark</a></p> <h1>Style and Approach</h1> <p>This is a step-by-step and fast-paced guide that will help you learn how to create a ML model using the Apache Spark ML toolkit. With this practical approach, you will take your skills to the next level and will be able to create ML pipelines effectively.</p>
Table of Contents (5 chapters)
Chapter 5
Recurrent Neural Networks (RNN) and LSTMs
Content Locked
Section 4
Implement a Basic LSTM in Spark
In this video, we will learn to implement a basic LSTM in Spark. - Train RNN with LSTM to guess subsequent characters in a sentence - Tweak the number of iterations - Validate your results