Python API¶
Overview¶
This API section details functions, modules, and objects included in Apache MXNet, describing what they are and what they do. The APIs are grouped into the following categories:
Imperative API¶
Imperative APIs to manipulate multi-dimensional arrays.
Imperative APIs to load data, construct and train neural networks.
Symbolic API¶
Symbolic APIs for multi-dimensional arrays and neural network layers
Intermediate and high-level interface for performing computation with Symbols.
Advanced modules¶
Managing symbolic graph execution.
Server node for the key value store.
Engine properties management.
Executor manager
Tools for compiling and running CUDA code from the python frontend.
Tools for using and testing MXNet.
General utility functions