Apache MXNet

Apache MXNet is an open-source deep learning software framework, used to train, and deploy deep neural networks. It is scalable, allowing for fast model training, and supports a flexible programming model and multiple programming languages (including C++, Python, Java, Julia, Matlab, JavaScript, Go, R, Scala, Perl, and Wolfram Language.)

Apache MXNet
Developer(s)Apache Software Foundation
Stable release
1.7.0[1] / 25 August 2020 (25 August 2020)
Repository
Written inC++, Python, R, Java, Julia, JavaScript, Scala, Go, Perl
Operating systemWindows, macOS, Linux
TypeLibrary for machine learning and deep learning
LicenseApache License 2.0
Websitemxnet.apache.org

The MXNet library is portable and can scale to multiple GPUs[2] and multiple machines. MXNet is supported by public cloud providers including Amazon Web Services (AWS)[3] and Microsoft Azure.[4] Amazon has chosen MXNet as its deep learning framework of choice at AWS.[5][6] Currently, MXNet is supported by Intel, Baidu, Microsoft, Wolfram Research, and research institutions such as Carnegie Mellon, MIT, the University of Washington, and the Hong Kong University of Science and Technology.[7] It was co-developed by Carlos Guestrin at University of Washington (along with GraphLab).[8]

Features

Apache MXNet is a lean, flexible, and ultra-scalable deep learning framework that supports state of the art in deep learning models, including convolutional neural networks (CNNs) and long short-term memory networks (LSTMs).

Scalable

MXNet is designed to be distributed on dynamic cloud infrastructure, using a distributed parameter server (based on research at Carnegie Mellon University, Baidu, and Google[9]), and can achieve almost linear scale with multiple GPUs or CPUs.

Flexible

MXNet supports both imperative and symbolic programming, which makes it easier for developers that are used to imperative programming to get started with deep learning. It also makes it easier to track, debug, save checkpoints, modify hyperparameters, such as learning rate or perform early stopping.

Multiple languages

Supports C++ for the optimized backend to get the most of the GPU or CPU available, and Python, R, Scala, Clojure, Julia, Perl, MATLAB and JavaScript for a simple frontend for the developers.

Portable

Supports an efficient deployment of a trained model to low-end devices for inference, such as mobile devices (using Amalgamation[10]), Internet of things devices (using AWS Greengrass), serverless computing (using AWS Lambda) or containers. These low-end environments can have only weaker CPU or limited memory (RAM), and should be able to use the models that were trained on a higher-level environment (GPU based cluster, for example).

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.