Book Image

Scala for Machine Learning, Second Edition - Second Edition

Book Image

Scala for Machine Learning, Second Edition - Second Edition

Overview of this book

The discovery of information through data clustering and classification is becoming a key differentiator for competitive organizations. Machine learning applications are everywhere, from self-driving cars, engineering design, logistics, manufacturing, and trading strategies, to detection of genetic anomalies. The book is your one stop guide that introduces you to the functional capabilities of the Scala programming language that are critical to the creation of machine learning algorithms such as dependency injection and implicits. You start by learning data preprocessing and filtering techniques. Following this, you'll move on to unsupervised learning techniques such as clustering and dimension reduction, followed by probabilistic graphical models such as Naïve Bayes, hidden Markov models and Monte Carlo inference. Further, it covers the discriminative algorithms such as linear, logistic regression with regularization, kernelization, support vector machines, neural networks, and deep learning. You’ll move on to evolutionary computing, multibandit algorithms, and reinforcement learning. Finally, the book includes a comprehensive overview of parallel computing in Scala and Akka followed by a description of Apache Spark and its ML library. With updated codes based on the latest version of Scala and comprehensive examples, this book will ensure that you have more than just a solid fundamental knowledge in machine learning with Scala.
Table of Contents (27 chapters)
Scala for Machine Learning Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
Index

Chapter 2


[2:1] Scientific modeling Wikipedia the Free encyclopedia, Wikimedia Foundation http://en.wikipedia.org/wiki/Scientific_modelling

[2:2] Inside F# Brian's thoughts on F# and .NET: Pipelining in F# - 2008 http://lorgonblog.wordpress.com/2008/03/30/pipelining-in-f/

[2:3] Programming in Scala 2nd edition §17 Collections, M. Odersky, L. Spoon, B. Venners - Artima 2008

[2:4] Programming in Scala 2nd edition §12.5 Traits as stackable modification, M. Odersky, L. Spoon, B. Venners - Artima 2008

[2:5] Dependency Injection in Scala: Cake Pattern V. Mencik, J, Janecek, M. Prihoda - Czech Scala Enthusiasts 2013: http://www.slideshare.net/czechscala/dependency-injection-in-scala-part

[2:6] Dependency Injection in Scala: Extending the Cake pattern A. Warski Blog of Adam Warski 2010: http://www.warski.org/blog/2010/12/di-in-scala-cake-pattern

[2:7] Introduction to Machine Learning §14.2 Cross-Validation and Resampling Methods E. Alpaydin – MIT Press 2004-2007

[2:8] Machine learning: A Probabilistic Perspective §1.1 Introduction Example: Polynomial Curve Fitting K. Murphy – MIT Press 2012

[2:9] The Elements of Statistical Learning: Data Mining, Inference and Prediction §7.2 Bias, Variance and Model Complexity T. Hastie R. Tibshirani, J. Friedman - Springer 2001