Skip to content

unityunreal/mxnet

 
 

Repository files navigation

for Deep Learning

Build Status Documentation Status GitHub license

MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix the flavours of deep learning programs together to maximize the efficiency and your productivity.

What's New

Contents

Features

  • To Mix and Maximize
    • Mix all flavours of programming models to maximize flexibility and efficiency.
  • Lightweight, scalable and memory efficient.
    • Minimum build dependency, scales to multi-GPUs with very low memory usage.
  • Auto parallelization
    • Write numpy-style ndarray GPU programs, which will be automatically parallelized.
  • Language agnostic
    • With support for python, c++, R, more to come.
  • Cloud friendly
    • Directly load/save from S3, HDFS, AZure
  • Easy extensibility
    • Extending no requirement on GPU programming.

Bug Reporting

License

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

History

MXNet is initiated and designed in collaboration by authors from cxxnet, minerva and purine2. The project reflects what we have learnt from the past projects. It combines important flavour of the existing projects, being efficient, flexible and memory efficient.

About

Lightweight, Efficient and Flexible Distributed Deep Learning Framework, for python, R, Julia, Go and more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.4%
  • Python 22.6%
  • R 10.5%
  • C 3.5%
  • CMake 2.0%
  • Makefile 1.0%
  • Other 1.0%