更新时间:2021-08-05 10:42:29
封面
Title Page
Copyright and Credits
Apache Spark Deep Learning Cookbook
Packt Upsell
Why subscribe?
PacktPub.com
Foreword
Contributors
About the authors
About the reviewers
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it...
How it works...
There's more...
See also
Get in touch
Reviews
Setting Up Spark for Deep Learning Development
Introduction
Downloading an Ubuntu Desktop image
Installing and configuring Ubuntu with VMWare Fusion on macOS
Installing and configuring Ubuntu with Oracle VirtualBox on Windows
Installing and configuring Ubuntu Desktop for Google Cloud Platform
Installing and configuring Spark and prerequisites on Ubuntu Desktop
Integrating Jupyter notebooks with Spark
Starting and configuring a Spark cluster
Stopping a Spark cluster
Creating a Neural Network in Spark
Creating a dataframe in PySpark
Manipulating columns in a PySpark dataframe
Converting a PySpark dataframe to an array
Visualizing an array in a scatterplot
Setting up weights and biases for input into the neural network