scispace - formally typeset
S

Sanjay Ghemawat

Researcher at Google

Publications -  96
Citations -  88771

Sanjay Ghemawat is an academic researcher from Google. The author has contributed to research in topics: Web search query & Set (abstract data type). The author has an hindex of 38, co-authored 93 publications receiving 81066 citations. Previous affiliations of Sanjay Ghemawat include Massachusetts Institute of Technology & AmeriCorps VISTA.

Papers
More filters
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

MapReduce: simplified data processing on large clusters

TL;DR: This presentation explains how the underlying runtime system automatically parallelizes the computation across large-scale clusters of machines, handles machine failures, and schedules inter-machine communication to make efficient use of the network and disks.
Proceedings ArticleDOI

TensorFlow: a system for large-scale machine learning

TL;DR: TensorFlow as mentioned in this paper is a machine learning system that operates at large scale and in heterogeneous environments, using dataflow graphs to represent computation, shared state, and the operations that mutate that state.