This book presents an integrated collection of representative approaches for scaling up machine learning and data mining methods on parallel and distributed computing platforms. Demand for parallelizing learning algorithms is highly task-specific: in some settings it is driven by the enormous dataset sizes, in others by model complexity or by real-time performance requirements. Making task-appropriate algorithm and platform choices for large-scale machine learning requires understanding the benefits, trade-offs, and constraints of the available options. Solutions presented in the book cover a range of parallelization platforms from FPGAs and GPUs to multi-core systems and commodity clusters, concurrent programming frameworks including CUDA, MPI, MapReduce, and DryadLINQ, and learning settings (supervised, unsupervised, semi-supervised, and online learning). Extensive coverage of parallelization of boosted trees, SVMs, spectral clustering, belief propagation and other popular learning algorithms and deep dives into several applications make the book equally useful for researchers, students, and practitioners.
I found Scaling Up Machine Learning both rich in insight and remarkably coherent given the breadth of its scope and the number of contributors.
The core chapters cover a good selection of algorithms and learning settings. They are written to a very high standard and are terse in their coverage of the base algorithms but expansive with the problematics of adapting and implementing them on various programming frameworks.
The last four chapters cover particular applications in considerable depth, but still with a focus on making efficient use of the frameworks and touching on many general issues. I found them a very worthwhile read even where I wasn't very familiar with the application area.
The initial chapters present the 4 frameworks discussed in the book - MapReduce, DryadLINQ, IBM PML and GPU fine-grained data parallelism. They are introductory but insightful, and lacking previous familiarity with some of the frameworks, they are enough for a fruitful first read of the book.
The introduction is very clear and motivating (why not offer it for download on the book website ?) and set me up for what turned out to be an enjoyable back-to-back read.