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

NDArray APIndarray/index.html

How to use the NDArray API to manipulate data. A useful set of tutorials for beginners.

Symbol API../../api/symbol/

MXNet Symbol API has been deprecated. API documentation is still available for reference.

Autograd APIautograd/index.html

How to use Automatic Differentiation with the Autograd API.

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.