Skip to content

jasonyaw/mxnet

 
 

Repository files navigation

for Deep Learnning

Build Status Documentation Status Hex.pm

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++, more to come.
  • Cloud friendly
    • Directly load/save from S3, HDFS, AZure
  • Easy extensibility
    • Extending no requirement on GPU programming.

Bug Reporting

Contributing to MXNet

MXNet has been developed and used by a group of active community members. Everyone is more than welcome to contribute. It is a way to make the project better and more accessible to more users.

  • Please add your name to CONTRIBUTORS.md after your patch has been merged.

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

efficient, flexible, distributed deep learning framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.7%
  • Python 24.8%
  • C 4.1%
  • Other 2.4%