Book Image

Apache Spark Deep Learning Recipes [Video]

By : Ahmed Sherif, Amrith Ravindra
Book Image

Apache Spark Deep Learning Recipes [Video]

By: Ahmed Sherif, Amrith Ravindra

Overview of this book

<p>With deep learning gaining rapid mainstream adoption in modern-day industries, organizations are looking for ways to unite popular big data tools with highly efficient deep learning libraries. As a result, this will help deep learning models train with higher efficiency and speed. <br />This video course start 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.<br />By the end of the video course, you'll have all the basic knowledge about apache spark.<br />The code bundle for this video course is available at&nbsp;<a href="https://github.com/PacktPublishing/Apache-Spark-Deep-Learning-Recipes" target="_blank">https://github.com/PacktPublishing/Apache-Spark-Deep-Learning-Recipes</a></p> <h1>Style and Approach</h1> <p>This course includes practical, easy-to-understand solutions on how you can implement the popular deep learning libraries such as TensorFlow and Keras to train your deep learning models on Apache Spark, without getting bogged down in theory.</p>
Table of Contents (5 chapters)
Chapter 1
Creating a Neural Network in Spark
Content Locked
Section 2
Creating a Dataframes in Pyspark
Dataframes will serve as the framework for any and all data that will be used in building deep learning models. This video explains how we create our Spark cluster and configure our first Dataframes. - Configure our Dataframes