vix.ing · top · new · best · stats

MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems

2015/12/03 by Tianqi Chen, Mu Li, Chen, Tianqi +17 · 275 citations
Computer Science · Engineering · #Advanced Memory and Neural Computing #Advanced Neural Network Applications #IoT and Edge/Fog Computing #cs.DC #cs.LG #cs.MS #cs.NE

paper · pdf · doi:10.48550/arxiv.1512.01274

In Neural Information Processing Systems, Workshop on Machine Learning Systems, 2016

arxiv created 2015/12/03 · arxiv updated 2015/12/07

Abstract

MXNet is a multi-language machine learning (ML) library to ease the development of ML algorithms, especially for deep neural networks. Embedded in the host language, it blends declarative symbolic expression with imperative tensor computation. It offers auto differentiation to derive gradients. MXNet is computation and memory efficient and runs on various heterogeneous systems, ranging from mobile devices to distributed GPU clusters. This paper describes both the API design and the system implementation of MXNet, and explains how embedding of both symbolic expression and tensor operation is handled in a unified fashion. Our preliminary experiments reveal promising results on large scale deep neural network applications using multiple GPU machines.

Cited by

Related