Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
/ mxnet Public archive

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more

License

Notifications You must be signed in to change notification settings

apache/mxnet

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

430bd03 · Jul 21, 2016
Jul 20, 2016
Jun 6, 2016
Jun 1, 2016
Jul 12, 2016
Jun 12, 2016
Jul 16, 2016
Jul 20, 2016
Jul 13, 2016
Jun 17, 2016
Dec 25, 2015
Jul 17, 2016
Jul 8, 2016
Jun 29, 2016
Jul 19, 2016
Jul 20, 2016
Jul 21, 2016
Jul 16, 2016
Jul 14, 2016
Jun 18, 2016
Oct 20, 2015
Mar 24, 2016
Jun 22, 2016
Jul 15, 2016
Jan 16, 2016
Jul 8, 2016
May 26, 2016
May 6, 2016
Feb 18, 2016
Mar 25, 2016

Repository files navigation

for Deep Learning

Build Status Build Status Documentation Status GitHub license todofy badge

banner

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.

Join the chat at https://gitter.im/dmlc/mxnet

What's New

Contents

Features

  • Design notes providing useful insights that can re-used by other DL projects
  • Flexible configuration for arbitrary computation graph
  • Mix and match good flavours of programming to maximize flexibility and efficiency
  • Lightweight, memory efficient and portable to smart devices
  • Scales up to multi GPUs and distributed setting with auto parallelism
  • Support for python, R, C++ and Julia
  • Cloud-friendly and directly compatible with S3, HDFS, and Azure

Ask Questions

  • Please use mxnet/issues for how to use mxnet and reporting bugs

License

© Contributors, 2015. Licensed under an Apache-2.0 license.

Reference Paper

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

History

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.