Apache MXNet Deep Learning
mxnet.apache.org
2
Leaving SiteNav
External Link Disclaimer
You are about to visit mxnet.apache.org. This website is not operated by us. We are not responsible for its content or privacy practices.
About this website
Apache MXNet is a fast and scalable open-source deep learning framework designed for both efficiency and flexibility, supporting multiple programming languages and distributed training across GPUs and machines. Originally developed by CMU, MIT, and University of Washington researchers including Mu Li in 2015, MXNet became an Apache Top-Level Project in 2017 and was adopted by Amazon AWS as its deep learning framework of choice. Key features: hybrid programming model supporting both symbolic declaration via Symbol API for optimized computation graphs and imperative execution via NDArray for flexible debugging. Gluon API provides high-level imperative interface for building neural networks with dynamic graphs, combining flexibility of PyTorch-style eager execution with symbolic graph optimization performance. Parameter server architecture for distributed training across multiple GPUs, machines, and cloud instances with automatic gradient synchronization. Official language bindings for Python, R, Scala, Julia, C++, Perl, and Clojure. Highly optimized backend with cuDNN, cuBLAS, MKL, and OpenBLAS integration, automatic operator fusion, graph optimization, and memory optimization reducing GPU memory usage by up to 50 percent. Pre-trained models including ResNet, VGG, Inception, MobileNet, and BERT for image classification, object detection, and NLP tasks. ONNX format import and export for interoperability with PyTorch and TensorFlow. Model quantization and deployment to edge devices via TVM integration. Deep integration with AWS SageMaker and AWS Lambda for cloud and edge machine learning.
Statistics
2
Views
0
Clicks
0
Like
0
Dislike