TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems
Mart\'in Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng, Chen, Craig Citro, Greg S. Corrado, Andy Davis, Jeffrey Dean, Matthieu Devin,, Sanjay Ghemawat, Ian Goodfellow, Andrew Harp, Geoffrey Irving, Michael Isard,, Yangqing Jia, Rafal Jozefowicz, Lukasz Kaiser

TL;DR
TensorFlow is a flexible, scalable system for expressing and executing machine learning algorithms across heterogeneous hardware, from mobile devices to large distributed systems, enabling research and deployment in various fields.
Contribution
The paper introduces TensorFlow, a novel system that simplifies the development and deployment of machine learning algorithms on diverse hardware platforms.
Findings
Supports a wide range of algorithms including deep neural networks
Can be used on mobile devices and large-scale distributed systems
Open-sourced TensorFlow API and implementation in 2015
Abstract
TensorFlow is an interface for expressing machine learning algorithms, and an implementation for executing such algorithms. A computation expressed using TensorFlow can be executed with little or no change on a wide variety of heterogeneous systems, ranging from mobile devices such as phones and tablets up to large-scale distributed systems of hundreds of machines and thousands of computational devices such as GPU cards. The system is flexible and can be used to express a wide variety of algorithms, including training and inference algorithms for deep neural network models, and it has been used for conducting research and for deploying machine learning systems into production across more than a dozen areas of computer science and other fields, including speech recognition, computer vision, robotics, information retrieval, natural language processing, geographic information extraction,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Cloud Computing and Resource Management · Scientific Computing and Data Management
