Packt Publishing, 2019. — 215 p. — ISBN: 978-1-78934-507-0.
Code files only!
Supervised and unsupervised machine learning made easy in Scala with this quick-start guide.Scala is a highly scalable integration of object-oriented nature and functional programming concepts that make it easy to build scalable and complex big data applications. This book is a handy guide for machine learning developers and data scientists who want to develop and train effective machine learning models in Scala.
The book starts with an introduction to machine learning, while covering deep learning and machine learning basics. It then explains how to use Scala-based ML libraries to solve classification and regression problems using linear regression, generalized linear regression, logistic regression, support vector machine, and Naive Bayes algorithms.
It also covers tree-based ensemble techniques for solving both classification and regression problems. Moving ahead, it covers unsupervised learning techniques, such as dimensionality reduction, clustering, and recommender systems. Finally, it provides a brief overview of deep learning using a real-life example in Scala.
What you will learnGet acquainted with JVM-based machine learning libraries for Scala such as Spark ML and Deeplearning4j
Learn RDDs, DataFrame, and Spark SQL for analyzing structured and unstructured data
Understand supervised and unsupervised learning techniques with best practices and pitfalls
Learn classification and regression analysis with linear regression, logistic regression, Naive Bayes, support vector machine, and tree-based ensemble techniques
Learn effective ways of clustering analysis with dimensionality reduction techniques
Learn recommender systems with collaborative filtering approach
Delve into deep learning and neural network architectures