
Machine Learning with Scala Quick Start Guide
Leverage popular machine learning algorithms and techniques and implement them in Scala
- 220 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Machine Learning with Scala Quick Start Guide
Leverage popular machine learning algorithms and techniques and implement them in Scala
About this book
Supervised and unsupervised machine learning made easy in Scala with this quick-start guide.
Key Features
- Construct and deploy machine learning systems that learn from your data and give accurate predictions
- Unleash the power of Spark ML along with popular machine learning algorithms to solve complex tasks in Scala.
- Solve hands-on problems by combining popular neural network architectures such as LSTM and CNN using Scala with DeepLearning4j library
Book Description
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 Naïve 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 learn
- Get 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, Naïve 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
Who this book is for
This book is for machine learning developers looking to train machine learning models in Scala without spending too much time and effort. Some fundamental knowledge of Scala programming and some basics of statistics and linear algebra is all you need to get started with this book.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Introduction to Deep Learning with Scala
- DL versus ML
- DL and neural networks
- Deep neural network architectures
- DL frameworks
- Getting started with learning
Technical requirements
http://bit.ly/2vwrxzb
DL versus ML
"Deep learning is a particular kind of machine learning that achieves great power and flexibility by learning to represent the world as a nested hierarchy of concepts, with each concept defined in relation to simpler concepts, and more abstract representations computed in terms of less abstract ones."
- To classify whether an image represents a cat or a dog
- To cluster images of dogs and cats


Table of contents
- Title Page
- Copyright and Credits
- About Packt
- Contributors
- Preface
- Introduction to Machine Learning with Scala
- Scala for Regression Analysis
- Scala for Learning Classification
- Scala for Tree-Based Ensemble Techniques
- Scala for Dimensionality Reduction and Clustering
- Scala for Recommender System
- Introduction to Deep Learning with Scala
- Other Books You May Enjoy