Software:Apache MXNet
Developer(s) | Apache Software Foundation |
---|---|
Written in | C++, Python, R, Java, Julia, JavaScript, Scala, Go, Perl |
Operating system | Windows, macOS, Linux |
Type | Library for machine learning and deep learning |
License | Apache License 2.0 |
Website | 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). The MXNet library is portable and can scale to multiple GPUs[1] as well as multiple machines. It was co-developed by Carlos Guestrin at University of Washington (along with GraphLab).[2]
Features
Apache MXNet is a scalable deep learning framework that supports deep learning models, such as; convolutional neural networks (CNNs) and long short-term memory networks (LSTMs).
Scalable
MXNet can be distributed on dynamic cloud infrastructure using a distributed parameter server (based on research at Carnegie Mellon University, Baidu, and Google[3]). with multiple GPUs or CPUs the framework approaches linear scale.
Flexible
MXNet supports both imperative and symbolic programming. The framework allows developers to track, debug, save checkpoints, modify hyperparameters, and perform early stopping.
Multiple languages
MXNet supports Python, R, Scala, Clojure, Julia, Perl, MATLAB and JavaScript for front end development, and C++ for back end optimization.
Portable
Supports an efficient deployment of a trained model to low-end devices for inference, such as mobile devices (using Amalgamation[4]), 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).
Cloud Support
MXNet is supported by public cloud providers including Amazon Web Services (AWS)[5] and Microsoft Azure.[6] Amazon has chosen MXNet as its deep learning framework of choice at AWS.[7][8] 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.[9]
See also
References
- ↑ "Building Deep Neural Networks in the Cloud with Azure GPU VMs, MXNet and Microsoft R Server". https://blogs.technet.microsoft.com/machinelearning/2016/09/15/building-deep-neural-networks-in-the-cloud-with-azure-gpu-vms-mxnet-and-microsoft-r-server/.
- ↑ https://homes.cs.washington.edu/~guestrin/open-source.html
- ↑ "Scaling Distributed Machine Learning with the Parameter Server". https://www.cs.cmu.edu/~muli/file/parameter_server_osdi14.pdf.
- ↑ "Amalgamation". https://mxnet.incubator.apache.org/faq/smart_device.html.
- ↑ "Apache MXNet on AWS - Deep Learning on the Cloud". https://aws.amazon.com/mxnet/.
- ↑ "Building Deep Neural Networks in the Cloud with Azure GPU VMs, MXNet and Microsoft R Server.". https://blogs.technet.microsoft.com/machinelearning/2016/09/15/building-deep-neural-networks-in-the-cloud-with-azure-gpu-vms-mxnet-and-microsoft-r-server/.
- ↑ "MXNet - Deep Learning Framework of Choice at AWS - All Things Distributed". 22 November 2016. http://www.allthingsdistributed.com/2016/11/mxnet-default-framework-deep-learning-aws.html.
- ↑ "Amazon Has Chosen This Framework to Guide Deep Learning Strategy". http://fortune.com/2016/11/22/amazon-deep-learning-mxnet/.
- ↑ "MXNet, Amazon's deep learning framework, gets accepted into Apache Incubator" (in en-US). http://techgenix.com/mxnet-amazon-apache-incubator/.
Original source: https://en.wikipedia.org/wiki/Apache MXNet.
Read more |