Guide¶
Getting started¶
A 60-minute crash coursecrash-course/index.html
A quick overview of the core concepts of MXNet.
For PyTorch usersto-mxnet/pytorch.html
Compare MXNet and PyTorch on implementing a simple handwritten digits classifier.
Learning MXNet¶
Modulemodule/index.html
How to use each module in MXNet.
Next steps¶
- To learn more about using MXNet to implement various deep learning algorithms from scratch, we recommend the Dive into Deep Learning book.
- If you are interested in building your projects based on state-of-the-art deep learning algorithms and/or pre-trained models, please refer to the toolkits in the MXNet ecosystem.
- Check out the API Reference docs.