Packages

The documents in this unit dive into the details how each MXNet module works.

High Level APIs

Gluongluon/index.html

MXNet’s imperative interface for Python. If you’re new to MXNet, start here!

Shared APIs

NP APInp/index.html

Hints on MXNet NP and NPX modules, an array library that provides NumPy-compatible interfaces.

Autograd APIautograd/index.html

How to use Automatic Differentiation with the Autograd API.

Learning Rategluon/training/learning_rates/learning_rate_schedules.html

How to use the Learning Rate Scheduler.

KVStore APIkvstore/index.html

How to use the KVStore API for distributed training.

Data APIsgluon/data/index.html

How to use MXNet’s data APIs.

Visualizationsviz/index.html

How to use MXNet’s visualization features.

ONNXonnx/index.html

How to use Open Neural Network Exchange (ONNX) with MXNet.

Optimizeroptimizer/index.html

How to use the optimizers.

Legacylegacy/index.html

Legacy modules from MXNet 1.x.