tag | 0222874a1925afc93e18db0ca5eb82b5eff7b3d6 | |
---|---|---|
tagger | Minjie Wang <wmjlyjemaine@gmail.com> | Mon Jan 16 17:07:42 2017 -0500 |
object | cfe4b7618652b6b6e6a3793f31a218289efdcd5d |
[Release] v0.9.2 MinPy compatible release
commit | cfe4b7618652b6b6e6a3793f31a218289efdcd5d | [log] [tgz] |
---|---|---|
author | Minjie Wang <wmjlyjemaine@gmail.com> | Mon Jan 16 17:06:43 2017 -0500 |
committer | Minjie Wang <wmjlyjemaine@gmail.com> | Mon Jan 16 17:06:43 2017 -0500 |
tree | a70276ec3beb16df75f7c0b8802aa82a88450529 | |
parent | 72dd135291641775bbe096cb0cf5d9af6e6d0028 [diff] |
[Release] v0.9.2 MinPy compatible release
MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix the flavours of symbolic programming and imperative programming to maximize efficiency and productivity. In its core, a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. The library is portable and lightweight, and it scales to multiple GPUs and multiple machines.
MXNet is also more than a deep learning project. It is also a collection of blue prints and guidelines for building deep learning system, and interesting insights of DL systems for hackers.
© Contributors, 2015-2017. Licensed under an Apache-2.0 license.
Tianqi Chen, Mu Li, Yutian Li, Min Lin, Naiyan Wang, Minjie Wang, Tianjun Xiao, Bing Xu, Chiyuan Zhang, and Zheng Zhang. MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems. In Neural Information Processing Systems, Workshop on Machine Learning Systems, 2015
MXNet is initiated and designed in collaboration by the authors of cxxnet, minerva and purine2. The project reflects what we have learnt from the past projects. It combines important flavours of the existing projects for efficiency, flexibility and memory efficiency.