NDArray

Introduction to NDArray - Part 101-ndarray-intro.html

Learn how to manipulate data with MXNet’s multi-dimensional data format, NDArray.

Introduction to NDArray - Part 2: Operations02-ndarray-operations.html

Learn basic array operations like math and slicing.

Introduction to NDArray - Part 3: Contexts03-ndarray-contexts.html

This guide will introduce you to how CPU and GPU contexts are handled with MXNet.

Sparse NDArraysparse/index.html

For Sparse NDArray tutorials

This section contains the mxnet.np API reference documentation

Gotchas using NumPy in Apache MXNetgotchas_numpy_in_mxnet.md

Common misconceptions when using NumPy in Apache MXNet.