paper-with-me

홈 › Papers

TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems

2016-03-14 · Martín 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, Manjunath Kudlur, Josh Levenberg, Dan Mane, Rajat Monga, Sherry Moore, Derek Murray, Chris Olah, Mike Schuster, Jonathon Shlens, Benoit Steiner, Ilya Sutskever, Kunal Talwar, Paul Tucker, Vincent Vanhoucke, Vijay Vasudevan, Fernanda Viegas, Oriol Vinyals, Pete Warden, Martin Wattenberg, Martin Wicke, Yuan Yu, Xiaoqiang Zheng

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, and computational drug discovery. This paper describes the TensorFlow interface and an implementation of that interface that we have built at Google. The TensorFlow API and a reference implementation were released as an open-source package under the Apache 2.0 license in November, 2015 and are available at www.tensorflow.org.

📄 PDF Abstract BibTeX arXiv:1603.04467

Code (4)

tensorflow/tensorflow 공식 구현 tf
Robinlovelace/integrating-gat tf
Robinlovelace/open-gat tf
tensorflow/models/tree/master/research/deeplab tf

Tasks

BIG-bench Machine LearningClusteringDimensionality ReductionGeneral ClassificationGPURetrievalspeech-recognition

Similar Papers 제목 키워드 기반

Dynamic Control Flow in Large-Scale Machine Learning

2018-05-04 · Yuan Yu, Martín Abadi, Paul Barham, Eugene Brevdo 외

Many recent machine learning models rely on fine-grained dynamic control flow for training and inference. In particular, models based on recurrent neural networks and on reinforcement learning depend on recurrence relati…

BIG-bench Machine LearningReinforcement Learning

TensorFlow: A system for large-scale machine learning

2016-05-27 · Martín Abadi, Paul Barham, Jianmin Chen, Zhifeng Chen 외

TensorFlow is a machine learning system that operates at large scale and in heterogeneous environments. TensorFlow uses dataflow graphs to represent computation, shared state, and the operations that mutate that state. I…

BIG-bench Machine LearningManagement

TF.Learn: TensorFlow's High-level Module for Distributed Machine Learning

2016-12-13 · Yuan Tang

TF.Learn is a high-level Python module for distributed machine learning inside TensorFlow. It provides an easy-to-use Scikit-learn style interface to simplify the process of creating, configuring, training, evaluating, a…

BIG-bench Machine LearningVocal Bursts Intensity Prediction

TF-GNN: Graph Neural Networks in TensorFlow

2022-07-07 · Oleksandr Ferludin, Arno Eigenwillig, Martin Blais, Dustin Zelle 외

TensorFlow-GNN (TF-GNN) is a scalable library for Graph Neural Networks in TensorFlow. It is designed from the bottom up to support the kinds of rich heterogeneous graph data that occurs in today's information ecosystems…

Graph LearningGraph Sampling

HetSeq: Distributed GPU Training on Heterogeneous Infrastructure

2020-09-25 · Yifan Ding, Nicholas Botzer, Tim Weninger

Modern deep learning systems like PyTorch and Tensorflow are able to train enormous models with billions (or trillions) of parameters on a distributed infrastructure. These systems require that the internal nodes have th…

GPUimage-classificationImage ClassificationLanguage Modeling+2