docs/python_docs/python/api/index.rst
.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
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:
.. container:: cards
.. card:: :title: mxnet.np :link: np/index.html
MXNet NP module, an array library that provides NumPy-compatible API.
.. card:: :title: mxnet.npx :link: npx/index.html
MXNet NPX module, neural network extension to the NumPy-compatible API.
.. card:: :title: mxnet.gluon :link: gluon/index.html
Imperative APIs to load data, construct and train neural networks.
.. container:: cards
.. card:: :title: mxnet.autograd :link: autograd/index.html
Functions for Automatic differentiation.
.. card:: :title: mxnet.optimizer :link: optimizer/index.html
Functions for applying an optimizer on weights.
.. card:: :title: mxnet.initializer :link: initializer/index.html
Default behaviors to initialize parameters.
.. card:: :title: mxnet.lr_scheduler :link: lr_scheduler/index.html
Scheduling the learning rate.
.. card:: :title: mxnet.kvstore :link: kvstore/index.html
Key value store interface of MXNet for parameter synchronization.
.. card:: :title: mxnet.device :link: mxnet/device/index.html
CPU and GPU device information.
.. card:: :title: mxnet.profiler :link: mxnet/profiler/index.html
Profiler setting methods.
.. card:: :title: mxnet.random :link: mxnet/random/index.html
Imperative random distribution generator functions.
.. container:: cards
.. card:: :title: mxnet.runtime :link: runtime/index.html
API for querying MXNet enabled features.
.. card:: :title: mxnet.device :link: device/index.html
MXNet array device for specifying in-memory storage device.
.. card:: :title: mxnet.profiler :link: profiler/index.html
MXNet memory and performance profiler.
.. card:: :title: mxnet.executor :link: executor/index.html
Managing symbolic graph execution.
.. card:: :title: mxnet.kvstore_server :link: kvstore_server/index.html
Server node for the key value store.
.. card:: :title: mxnet.engine :link: engine/index.html
Engine properties management.
.. card:: :title: mxnet.rtc :link: rtc/index.html
Tools for compiling and running CUDA code from the python frontend.
.. card:: :title: mxnet.test_utils :link: test_utils/index.html
Tools for using and testing MXNet.
.. card:: :title: mxnet.util :link: util/index.html
General utility functions
.. container:: cards
.. card:: :title: mxnet.ndarray :link: legacy/ndarray/index.html
Imperative APIs to manipulate multi-dimensional arrays.
.. card:: :title: mxnet.symbol :link: legacy/symbol/index.html
Symbolic APIs for multi-dimensional arrays and neural network layers
.. card:: :title: mxnet.callback :link: legacy/callback/index.html
Functions to track various statuses during an epoch.
.. card:: :title: mxnet.image :link: legacy/image/index.html
Image iterators and image augmentation functions.
.. card:: :title: mxnet.io :link: legacy/io/index.html
Data iterators for common data formats and utility functions.
.. card:: :title: mxnet.recordio :link: legacy/recordio/index.html
Read and write for the RecordIO data format.
.. card:: :title: mxnet.visualization :link: legacy/visualization/index.html
Functions for Symbol visualization.
.. toctree:: :maxdepth: 1 :hidden: :glob:
np/index npx/index gluon/index autograd/index initializer/index optimizer/index lr_scheduler/index kvstore/index contrib/index legacy/index /index