LGDCFeb 26, 2021

Swift for TensorFlow: A portable, flexible platform for deep learning

arXiv:2102.13243v114 citations
Originality Synthesis-oriented
AI Analysis

This provides a portable and flexible platform for deep learning practitioners, though it is incremental as it builds on existing TensorFlow and Swift technologies.

The authors tackled the challenge of creating a scalable deep learning platform by developing Swift for TensorFlow, which integrates automatic differentiation and Tensor implementations in a compiled language, and validated it across over 30 models in data center and mobile applications.

Swift for TensorFlow is a deep learning platform that scales from mobile devices to clusters of hardware accelerators in data centers. It combines a language-integrated automatic differentiation system and multiple Tensor implementations within a modern ahead-of-time compiled language oriented around mutable value semantics. The resulting platform has been validated through use in over 30 deep learning models and has been employed across data center and mobile applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes