Original paper
TensorFlow: a system for large-scale machine learning
Pages: 265 - 283
Published: Nov 2, 2016
Abstract
TensorFlow is a machine learning system that operates at large scale and in heterogeneous environments. Tensor-Flow uses dataflow graphs to represent computation, shared state, and the operations that mutate that state. It maps the nodes of a dataflow graph across many machines in a cluster, and within a machine across multiple computational devices, including multicore CPUs, general-purpose GPUs, and custom-designed ASICs known as Tensor...
Paper Details
Title
TensorFlow: a system for large-scale machine learning
Published Date
Nov 2, 2016
Pages
265 - 283