scispace - formally typeset
Open AccessProceedings Article

Map-Reduce for Machine Learning on Multicore

TLDR
This work 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 and shows basically linear speedup with an increasing number of processors.
Abstract
We are at the beginning of the multicore era. 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, we 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, we show that algorithms that fit the Statistical Query model [15] can be written in a certain "summation form," which allows them to be easily parallelized on multicore computers. We adapt Google's map-reduce [7] 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.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

Fast SVM training using approximate extreme points

TL;DR: In this paper, an approximate extreme points support vector machine (AESVM) is proposed to overcome the problem of excessive training time of non-linear kernel support vector machines (SVM).
Proceedings Article

Decentralized data fusion and active sensing with mobile sensors for modeling and predicting spatiotemporal traffic phenomena

TL;DR: In this paper, a decentralized data fusion and active sensing (D2FAS) algorithm for mobile sensors to actively explore the road network to gather and assimilate the most informative data for predicting the traffic phenomenon is presented.
Proceedings ArticleDOI

Reduce, You Say: What NoSQL Can Do for Data Aggregation and BI in Large Repositories

TL;DR: It is shown how NoSQL databases such as MongoDB and its key-value stores, thanks to the native MapReduce algorithm, can provide an efficient framework to aggregate large volumes of data.
Journal ArticleDOI

Intelligent interpolation by Monte Carlo machine learning

TL;DR: This paper proposes a criterion based on Monte Carlo for the intelligent reduction of training sets, and shows that a machine learning method based on support vector regression for seismic data intelligent interpolation can fully utilize large data as training data.
Proceedings ArticleDOI

A comparative review of job scheduling for MapReduce

TL;DR: This paper reviews a collection of scheduling methods for handling issues in MapReduce with regards to locality, synchronization and fairness constraints and compares different scheduling methods evaluating their features, strengths and weaknesses.
References
More filters
Journal ArticleDOI

Learning representations by back-propagating errors

TL;DR: Back-propagation repeatedly adjusts the weights of the connections in the network so as to minimize a measure of the difference between the actual output vector of the net and the desired output vector, which helps to represent important features of the task domain.
Journal ArticleDOI

MapReduce: simplified data processing on large clusters

TL;DR: This paper presents the implementation of MapReduce, a programming model and an associated implementation for processing and generating large data sets that runs on a large cluster of commodity machines and is highly scalable.
Journal ArticleDOI

An information-maximization approach to blind separation and blind deconvolution

TL;DR: It is suggested that information maximization provides a unifying framework for problems in "blind" signal processing and dependencies of information transfer on time delays are derived.
Journal ArticleDOI

Principal component analysis

TL;DR: Principal Component Analysis is a multivariate exploratory analysis method useful to separate systematic variation from noise and to define a space of reduced dimensions that preserve noise.
Book

Clustering Algorithms

Related Papers (5)