Python Tutorials¶
Getting started¶
A quick overview of the core concepts of MXNet using the Gluon API.
Guides that ease your transition to MXNet from other framework.
Packages & Modules¶
MXNet’s imperative interface for Python. If you’re new to MXNet, start here!
How to use the NDArray API to manipulate data. A useful set of tutorials for beginners.
MXNet Symbol API has been deprecated. API documentation is still available for reference.
How to use Automatic Differentiation with the Autograd API.
Performance¶
How to get the best performance from MXNet.
How to profile MXNet models.
How to use int8 in your model to boost training speed.
How to get the most from your CPU by using Intel’s MKL-DNN.
How to use TVM to boost performance.
Deployment¶
How to deploy MXNet on an Amazon EC2 instance.
How to run MXNet using Amazon SageMaker.
Customization¶
Coming Soon (CustomOps and Custom Operators)
Next steps¶
To learn more about using MXNet to implement various deep learning algorithms from scratch, we recommend the Dive into Deep Learning book.
Check out the API Reference docs.