NDArray¶
NDArray API Introhttps://mxnet.incubator.apache.org/versions/master/tutorials/gluon/ndarray.html
How to manipulate data with MXNet’s multi-dimensional data format, NDArray.
Imperative tensor operationshttps://mxnet.incubator.apache.org/versions/master/tutorials/basic/ndarray.html
A more detailed look at NDArray operations.
Reshape vs Transposehttps://mxnet.incubator.apache.org/versions/master/tutorials/basic/ndarray_indexing.html
A guide on the difference between the reshape and transpose operators.
NDArray Indexinghttps://mxnet.incubator.apache.org/versions/master/tutorials/basic/ndarray_indexing.html
How to use the indexing features of NDArray.
RowSparseNDArrayhttps://mxnet.incubator.apache.org/versions/master/tutorials/sparse/row_sparse.html
How to implement sparse tensors in NDArray.
CSRNDArrayhttps://mxnet.incubator.apache.org/versions/master/tutorials/sparse/csr.html
How to store and manipulate large sparse matrices.
Sparse Symbolshttps://mxnet.incubator.apache.org/versions/master/tutorials/sparse/train.html
How to train a linear regression model with sparse symbols.