Deep Learning

MXNet – scalable deep learning framework

Apache MXNet is a modern open-source deep learning framework used to train, and deploy deep neural networks. It allows users to mix symbolic and imperative programming to maximize efficiency and productivity.

The software is scalable, allowing for fast model training, and supports a flexible programming model and multiple languages (C++, Python, Julia, Matlab, JavaScript, Go, R, Scala, Perl, and Wolfram Language).

MXNet is also a collection of blueprints and guidelines for building deep learning systems, and interesting insights of deep learning systems.

Key Features

  • Supports state of the art in deep learning models, including convolutional neural networks (CNNs) and long short-term memory networks (LSTMs).
  • Designed to be distributed on dynamic cloud infrastructure, using distributed parameter server, and can achieve almost linear scale with multiple GPU/CPU.
  • Supports both imperative and symbolic programming.
  • Supports an efficient deployment of a trained model to low-end devices for inference, such as mobile device.
  • Design notes providing useful insights that can re-used by other deep learning projects.
  • Flexible configuration for arbitrary computation graph.
  • Mix and match imperative and symbolic programming to maximize flexibility and efficiency.
  • APIs:
    • NDArray API – provides imperative tensor operations on CPU/GPU. An NDArray represents a multi-dimensional, fixed-size homogeneous array. NDArray supports advanced indexing (both slice and assign).
    • Symbol API – provides neural network graphs and auto-differentiation.
    • Module API – provides an intermediate and high-level interface for performing computation with a Symbol. It lets us train the network and predict results.
    • and others.
  • Lightweight, memory efficient and portable to smart devices.
  • Cloud-friendly and directly compatible with S3, HDFS, and Azure.
  • Speed up multi-GPU and distributed training by compressing communication of gradients.
  • Supports the NVIDIA Collective Communication Library.
  • Support for C++, Python, Julia, Matlab, JavaScript, Go, R, Scala, Perl, Wolfram Language.

Website: mxnet.apache.org
Support: FAQ, GitHub Code Repository
Developer: Apache Software Foundation
License: Apache License 2.0


Related Software

Deep Learning with Python
TensorFlowA very popular Deep Learning framework
PyTorchTensors and Dynamic neural networks in Python
KerasHigh-level neural networks API
fastaiSimplifies training fast and accurate neural nets using modern best practices
PyTensorLibrary for fast numerical computation
ElephasDistributed deep learning with Keras and Spark
ChainerPowerful, flexible, and intuitive framework for neural networks
CaffeConvolutional Architecture for Fast Feature Embedding
TFlearnDeep learning library featuring a higher-level API for TensorFlow
MXNetFlexible and efficient library
CNTKDistributed deep learning
NeupyPython library for Artificial Neural Networks and Deep Learning

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments