
Machine Learning with PySpark
With Natural Language Processing and Recommender Systems
Pramod Singh(Author)
APress
Published on 15. December 2018
Book
Paperback/Softback
XVIII, 223 pages
978-1-4842-4130-1 (ISBN)
Article exhausted; check for reprint
Description
Build machine learning models, natural language processing applications, and recommender systems with PySpark to solve various business challenges. This book starts with the fundamentals of Spark and its evolution and then covers the entire spectrum of traditional machine learning algorithms along with natural language processing and recommender systems using PySpark.
Machine Learning with PySpark shows you how to build supervised machine learning models such as linear regression, logistic regression, decision trees, and random forest. You'll also see unsupervised machine learning models such as K-means and hierarchical clustering. A major portion of the book focuses on feature engineering to create useful features with PySpark to train the machine learning models. The natural language processing section covers text processing, text mining, and embedding for classification.
After reading this book, you will understand how to use PySpark's machine learning library to build and train various machine learning models. Additionally you'll become comfortable with related PySpark components, such as data ingestion, data processing, and data analysis, that you can use to develop data-driven intelligent applications.
What You Will Learn
Who This Book Is For
Data science and machine learning professionals.
Machine Learning with PySpark shows you how to build supervised machine learning models such as linear regression, logistic regression, decision trees, and random forest. You'll also see unsupervised machine learning models such as K-means and hierarchical clustering. A major portion of the book focuses on feature engineering to create useful features with PySpark to train the machine learning models. The natural language processing section covers text processing, text mining, and embedding for classification.
After reading this book, you will understand how to use PySpark's machine learning library to build and train various machine learning models. Additionally you'll become comfortable with related PySpark components, such as data ingestion, data processing, and data analysis, that you can use to develop data-driven intelligent applications.
What You Will Learn
- Build a spectrum of supervised and unsupervised machine learning algorithms
- Implement machine learning algorithms with Spark MLlib libraries
- Develop a recommender system with Spark MLlib libraries
- Handle issues related to feature engineering, class balance, bias and variance, and cross validation for building an optimal fit model
Who This Book Is For
Data science and machine learning professionals.
More details
Edition
1st ed.
Language
English
Place of publication
Berkeley
United States
Target group
Professional and scholarly
Illustrations
149 s/w Abbildungen, 1 farbige Abbildung
1 Illustrations, color; 149 Illustrations, black and white; XVIII, 223 p. 150 illus., 1 illus. in color.
Dimensions
Height: 23.5 cm
Width: 15.5 cm
Weight
454 gr
ISBN-13
978-1-4842-4130-1 (9781484241301)
DOI
10.1007/978-1-4842-4131-8
Schweitzer Classification
Other editions
New editions

Book
12/2021
2nd Edition
APress
€64.19
Shipment within 15-20 days
Additional editions

E-Book
12/2018
APress
€34.99
Available for download
Person
Pramod Singh is an established data scientist with over eight years of experience in data and solving business challenges. He has worked in organizations such as Infosys, Tally and SapientRazorfish. Also, president of a data science meet-up group and regular speaker at various webinars. Recently spoke at major conference: GIDS 2018 and presented a session on "Sequence Embedding in Spark" which was well received. He has an online Udemy course on machine learning.
Content
Chapter 1: Evolution of Data
Chapter 2: Introduction to Machine Learning
Chapter 3: Data Processing
Chapter 4: Linear Regression
Chapter 5: Logistic Regression
Chapter 6: Random Forests
Chapter 7: Recommender Systems
Chapter 8: Clustering
Chapter 9: Natural Language Processing