Publication | Open Access
TensorFlow: A system for large-scale machine learning
8.8K
Citations
51
References
2016
Year
Cluster ComputingEngineeringMachine LearningMachine Learning ToolComputer ArchitectureGpu ComputingDataflow GraphsData ScienceTensorflow Dataflow ModelParallel ComputingLarge Ai ModelMachine Learning ModelComputer ScienceLarge-scale Machine LearningDeep LearningNeural Architecture SearchGpu ClusterDataflow GraphDeep Neural NetworksParallel Programming
TensorFlow is a large‑scale machine‑learning system designed for heterogeneous computing environments. The paper describes TensorFlow’s dataflow model and demonstrates its performance on real‑world applications. TensorFlow represents computation as dataflow graphs, mapping nodes across machines and devices—including CPUs, GPUs, and TPUs—to enable distributed execution. Its architecture gives developers flexibility to experiment with optimizations, supports deep neural networks, and is widely adopted in Google services and research.
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. 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 Processing Units (TPUs). This architecture gives flexibility to the application developer: whereas in previous "parameter server" designs the management of shared state is built into the system, TensorFlow enables developers to experiment with novel optimizations and training algorithms. TensorFlow supports a variety of applications, with particularly strong support for training and inference on deep neural networks. Several Google services use TensorFlow in production, we have released it as an open-source project, and it has become widely used for machine learning research. In this paper, we describe the TensorFlow dataflow model in contrast to existing systems, and demonstrate the compelling performance that TensorFlow achieves for several real-world applications.
| Year | Citations | |
|---|---|---|
2015 | 39.5K | |
1986 | 29.7K | |
2015 | 28.8K | |
2017 | 21.7K | |
2008 | 18.4K | |
2024 | 15.6K | |
2013 | 11.7K | |
2012 | 10.2K | |
2015 | 4.6K | |
2014 | 4.3K |
Page 1
Page 1