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
Proceedings Article

Distributed Asynchronous Online Learning for Natural Language Processing

TL;DR: This work generalizes existing asynchronous algorithms and experiment extensively with structured prediction problems from NLP, including discriminative, unsupervised, and non-convex learning scenarios, showing asynchronous learning can provide substantial speedups compared to distributed and single-processor mini-batch algorithms.
Proceedings ArticleDOI

Cloud-based machine learning for predictive analytics: Tool wear prediction in milling

TL;DR: This research creates a novel approach for machinery prognostics using a cloud-based parallel machine learning algorithm applied to predict tool wear in dry milling operations using the MapReduce framework and the Amazon Elastic Compute Cloud.
Proceedings ArticleDOI

Parallel data mining from multicore to cloudy grids

TL;DR: A suite of data mining tools that cover clustering, information retrieval and the mapping of high dimensional data to low dimensions for visualization are described, stressing that data analysis/mining of large datasets can be a supercomputer application.
Journal ArticleDOI

Optimal Online Data Partitioning for Geo-Distributed Machine Learning in Edge of Wireless Networks

TL;DR: A new online approach to optimally partitioning streaming data under time-varying network conditions is presented and results show that the proposed approach is superior to the state of the art in terms of throughput and cost efficiency, while only 24% of the links need to be measured to achieve the asymptotic optimality.
Journal ArticleDOI

A parallel incremental extreme SVM classifier

TL;DR: An incremental learning algorithm for ESVM (IESVM) is developed, which can meet the requirement of online learning to update the existing model and the parallel version of IESVM (PIESVM), which can solve both the large-scale problem and the online problem at the same time.
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)