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 4


[4:1] Unsupervised Learning, P. Dayan - The MIT Encyclopedia of the Cognitive Sciences, Wilson & Kiel editors 1998 - http://www.gatsby.ucl.ac.uk/~dayan/papers/dun99b.pdf

[4:2] Learning Vector Quantization (LVQ): Introduction to Neural Computation, J. Bullinaria – 2007 - http://www.cs.bham.ac.uk/~pxt/NC/lvq_jb.pdf

[4:3] The Elements of Statistical Learning: Data Mining, Inference and Prediction §14.3 Cluster Analysis, T. Hastie, R. Tibshirani, J. Friedman - Springer 2001

[4:4] Efficient and Fast Initialization Algorithm for K-means Clustering, International Journal of Intelligent Systems and Applications – M. Agha, W. Ashour - Islamic University of Gaza 2012 - http://www.mecs-press.org/ijisa/ijisa-v4-n1/IJISA-V4-N1-3.pdf

[4:5] A Comparative Study of Efficient Initialization Methods for the K-Means Clustering Algorithms, M E. Celebi, H. Kingravi, P Vela – 2012 - http://arxiv.org/pdf/1209.1960v1.pdf

[4:6] Machine Learning: A Probabilistic Perspective: §25.1 Clustering Introduction, K. Murphy – MIT Press 2012

[4:7] Maximum Likelihood from Incomplete Data via the EM Algorithm - Journal of the Royal Statistical Society Vo. 39 No .1 A. P. Dempster, N. M. Laird, and D. B. Rubin. 1977 - http://web.mit.edu/6.435/www/Dempster77.pdf

[4:8] Machine Learning: A Probabilistic Perspective §11.4 EM algorithm, K. Murphy – MIT Press 2012

[4:9] The Expectation Maximization Algorithm A short tutorial, S. Borman – 2009 - http://www.seanborman.com/publications/EM_algorithm.pdf

[4:10] Apache Commons Math library 3.3: org.apache.commons.math3.distribution.fitting, The Apache Software Foundation - http://commons.apache.org/proper/commons-math/javadocs/api-3.6/index.html

[4:11] Pattern Recognition and Machine Learning §9.3.2 An Alternative View of EM- Relation to K-means, C. Bishop –Springer 2006

[4:12] Machine Learning: A Probabilistic Perspective §11.4.8 Online EM, K. Murphy – MIT Press 2012

[4:13] Function approximationWikipedia the free encyclopedia Wikimedia Foundation - https://en.wikipedia.org/wiki/Function_approximation

[4:14] Function Approximation with Neural Networks and Local Methods: Bias, Variance and Smoothness, S. Lawrence, A.Chung Tsoi, A. Back - University of Queensland Australia 1998 - http://machine-learning.martinsewell.com/ann/LaTB96.pdf