Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Deep Learning with Apache Spark - MasterClass!
Rating: 3.8 out of 5(6 ratings)
91 students

Deep Learning with Apache Spark - MasterClass!

A fast-paced guide to implementing practical hands-on examples, streamlining Deep Learning with Apache Spark
Last updated 5/2019
English

What you'll learn

  • Explore deep learning neural networks such as RBM, RNN, and DBN using some of the most popular industrial deep learning frameworks.
  • Learn how to leverage big data to solve real-world problems using deep learning.
  • Understand how to formulate real-world prediction problems as machine learning tasks, how to choose the right neural net architecture for a problem, and how to train neural nets using DL4J.
  • Configure a Convolutional Neural Network (CNN) to extract value from images.
  • Create a deep network with multiple layers to perform computer vision.
  • Classify speech and audio data.
  • Get up-and-running and gain an insight into the deep learning library DL4J and its practical uses.
  • Train and test neural networks to fit your data model.

Course content

3 sections86 lectures5h 32m total length
  • The Course Overview2:05

    This video provides an overview of the entire course.

  • Review of Key Machine Learning Terminology and Fundamentals4:10

    In this video, we will learn about machine learning terminology and fundamentals.

    • Learn about unsupervised learning

    • Learn about unsupervised learning

    • Understand when to use which

  • Fundamentals of Deep Networks: Feature Engineering3:10

    In this video, we will learn the fundamentals of deep networks.

    • Understand what feature engineering is

    • Learn how to extract features from data

  • The Building Blocks of Deep Learning4:46

    In this video, we will understand the building blocks of deep learning.

    • Understand what deep learning is

    • Learn when to use deep learning

    • Learn what a deep learning algorithm consists of

  • Learning Path for Deep Learning2:22

    In this video, we will understand the learning path for deep learning.

    • Get an overview of neural network

    • Understand the recurrent neural network

    • Get an overview of the DL4J library

  • Deep Learning Use Cases3:08

    In this video, we will learn about deep learning use cases.

    • Learn where it is best to use the deep learning approach

    • Look at the use cases

  • Pre-requisites and Installation3:44

    In this video, we will learn a few pre-requisites and the installation steps for DL4J.

    • Understand the data set

    • Understand what you want to achieve with neural networks

    • Add DL4J to your application

  • Up and Running with DL4J on Spark4:11

    In this video, we will jump right into DL4J.

    • Download the MNIST database in our model

    • Define the parameters of the input data set and the parameters of the neural network

    • Create ImageRecorder

  • Configuration and Test Run5:51

    In this video, we will configure the neural network.

    • Configure and fit the neural network

    • Validate this against your data set

    • Run your code

  • Up and Running with TensorFlow on Spark from Yahoo4:00

    In this video, we will dive deeper into TensorFlow on Spark.

    • Use TensorFlow via Python API

    • Fetch TensorFlow and Spark flow dependencies

    • Create similar neural network like in the previous video

  • Understanding the Basics of Deep Learning6:57

    In this video, we will understand the basics of deep learning.

    • Add ND4J library

    • Create an instance of INDArray

    • Create a matrix using INDArray

  • ND4J for NumPy-like Arrays and Operations9:26

    In this video, we will learn how to use ND4J for NumPy-like arrays.

    • Validate options to create arrays with pre-defined data

    • Fill INDArray with random data

    • Create more 3-dimensional arrays

  • Data.Vec for Data Preparation Pipelines4:54

    In this video, we will learn about data preparation pipelines

    • Perform math operations on vectors

    • Compare two vectors using ND4J API

    • Perform ceil, floor and round operations on vectors

  • DL4J for Building Neural Network Architectures3:46

    In this video, we will learn about neural network architectures.

    • Perform statistical operations on vectors

    • Calculate min and max

    • Calculate variance and standard deviation using ND4J

  • Understanding the Basics of GPU5:41

    In this video, we will understand the basics of GPU.

    • Understand why we use GPU with deep learning

    • Learn what we can benefit from this

    • Learn why this is better than using standard CPU

  • Parallel Training with Multiple GPUs4:23

    In this video, we will learn about multiple GPUs.

    • Add GPU dependencies to DL4J project

    • Configure CUDA execution environment

  • Designing a Basic CNN4:52

    In this video, we will design a basic CNN.

    • Define the MNist data set problem

    • Configure a multi-layer network

    • Use ParallelWrapper for proxy processing to GPUs

  • Implement a Basic CNN on DL4J in Spark5:09

    In this video, we will learn to implement a basic CNN in DL4J on Spark.

    • Perform classification using GPUs

    • Validate your results

  • Basics and Design of RNN2:44

    In this video, we will learn the basics and design of RNN.

    • Understand what RNN is

    • Learn when to use RNN

    • Understand the problems solved by RNN

  • Implement a Basic RNN on DL4J in Spark4:52

    In this video, we will implement a basic RNN in DL4J on Spark.

    • Create a neural network

    • Setup a recurrent neural network

    • Use the proper parameters

  • Design a Basic LSTM4:36

    In this video, we will learn to design a basic LSTM.

    • Get an overview of the LSTM network

    • Understand how It differs from RNN

    • Understand why we need LSTM

  • Implement a Basic LSTM in Spark5:25

    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

  • Test your knowledge

Requirements

  • Basic knowledge of Machine Learning and Big Data concepts is assumed.

Description

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.

This comprehensive 3-in-1 course is a fast-paced guide to implementing practical hands-on examples, streamlining Deep Learning with Apache Spark. You’ll begin by exploring Deep Learning Neural Networks using some of the most popular industrial Deep Learning frameworks. You’ll apply built-in Machine Learning libraries within Spark, also explore libraries that are compatible with TensorFlow and Keras. Next, you’ll create a deep network with multiple layers to perform computer vision and improve cybersecurity with Deep Reinforcement Learning. Finally, you’ll use a generative adversarial network for training and create highly distributed algorithms using Spark.

By the end of this course, you'll develop fast, efficient distributed Deep Learning models with Apache Spark.

Contents and Overview

This training program includes 3 complete courses, carefully chosen to give you the most comprehensive training possible.

The first course, Deep Learning with Apache Spark, covers deploying efficient deep learning models with Apache Spark. 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. 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.

The second course, Apache Spark Deep Learning Recipes, covers over 35 recipes that streamline eep learning with Apache Spark. This video course starts offs by explaining the process of developing a neural network from scratch using deep learning libraries such as Tensorflow or Keras. It focuses on the pain points of convolution neural networks. We’ll predict fire department calls with Spark ML and Apple stock market cost with LSTM. We’ll walk you through the steps to classify chatbot conversation data for escalation. By the end of the video course, you'll have all the basic knowledge about apache spark.

The third course, Mastering Deep Learning using Apache Spark, covers designing Deep Learning models to edge industrial-grade apps. 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 cybersecurity. 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.

By the end of this course, you'll develop fast, efficient distributed Deep Learning models with Apache Spark.

About the Authors

Tomasz Lelek is a Software Engineer, programming mostly in Java and Scala. He has been working with the Spark and ML APIs for the past 5 years with production experience in processing petabytes of data. He is passionate about nearly everything associated with software development and believes that we should always try to consider different solutions and approaches before solving a problem. Recently he was a speaker at conferences in Poland, Confitura and JDD (Java Developers Day), and at Krakow Scala User Group. He has also conducted a live coding session at Geecon Conference. He is a co-founder of initlearn, an e-learning platform that was built with the Java language. He has also written articles about everything related to the Java world.

Who this course is for:

  • Data Scientist, Data Analysts, Big Data Architects, Anyone with a basic understanding of Deep Learning and Big Data concepts interested in developing fast, efficient distributed Deep Learning models with Apache Spark