Book Image

Mastering Deep Learning using Apache Spark [Video]

By : Tomasz Lelek
Book Image

Mastering Deep Learning using Apache Spark [Video]

By: Tomasz Lelek

Overview of this book

<p>Deep learning has solved tons of interesting real-world problems in recent years. Apache Spark has emerged as the most important and promising machine learning tool and currently a stronger challenger of the Hadoop ecosystem. In this course, you’ll learn about the major branches of AI and get familiar with several core models of Deep Learning in its natural way.</p> <p>You’ll begin with building deep learning networks to deal with speech data and explore tricks to solve NLP problems and classify video frames using RNN and LSTMs. You’ll also learn to implement the anomaly detection model that leverages reinforcement learning techniques to improve cyber security.</p> <p>Moving on, you’ll explore some more advanced topics by performing prediction classification on image data using the GAN encoder and decoder. Then you’ll configure Spark to use multiple workers and CPUs to distribute your Neural Network training. Finally, you’ll track progress, solve the most common problems in your neural network, and debug your models that run within the distributed Spark engine.</p> <h1>Style and Approach</h1> <p>This course takes a practical approach to networking and will get you familiar with several core models. It will help you implement deep learning models like CNN, RNN, LTSMs on Spark and get hands-on experience of what it takes and a general feeling of the complexity we are dealing with.</p>
Table of Contents (7 chapters)
Chapter 5
Generative Adversarial Networks
Content Locked
Section 3
Create Classifier for Generated Data
In this video, we will create a classifier for generated data. - Create dataset iterator - Load news data into DataSetIterator - Configure multi-layer