API¶
Overview¶
This API section details functions, modules, and objects included in MXNet, describing what they are and what they do. The APIs are grouped into the following categories:
NDArray modulendarray/index.html
Imperative APIs to manipulate multi-dimensional arrays.
Gluon modulegluon/index.html
Imperative APIs to load data, construct and train neural networks.
Symbol modulesymbol/index.html
Symbolic APIs for multi-dimensional arrays and neural network layers.
Advanced modulesadvanced/index.html
Advanced APIs for hackers.