MulticoreInfo.com header image 2

Map-Reduce for Machine Learning on Multicore

May 7th, 2009 · No Comments




Computers will have increasingly many cores (processors), but there is still no good programming framework for these architectures, and thus no simple and unified way for machine learning to take advantage of the potential speed up. In this paper, published at NIPS 2006 the authors develop a broadly applicable parallel programming method, one that is easily applied to many different learning algorithms. Our work is in distinct contrast to the tradition in machine learning of designing (often ingenious) ways to speed up a single algorithm at a time. Specifically, this paper shows that algorithms that fit the Statistical Query model can be written in a certain “summation form,” which allows them to be easily parallelized on multicore computers. They adapt Google’s map-reduce paradigm to demonstrate this parallel speed up technique on a variety of learning algorithms including locally weighted linear regression (LWLR), k-means, logistic regression (LR), naive Bayes (NB), SVM, ICA, PCA, gaussian discriminant analysis (GDA), EM, and backpropagation (NN). Our experimental results show basically linear speedup with an increasing number of processors.

Full Story [pdf]

More Research Papers

  • Share/Save/Bookmark

Tags: Applications · MulticoreInfo · Programming · Research Papers

Like what you're reading? Come back every day for multicore news, or subscribe to RSS updates.



Stumble It!