This crash course aims to provide a quick overview of how to use Gluon, the imperative interface of MXNet. It will teach
- the basic usage of each component
- training a basic neural network to predict images.
This course assumes readers have basic knowledge about machine learning and neural networks. Otherwise please refer to this excellent hands-on tutorials to learn deep learning from scratch.
Contents of this course:
.. toctree::
:maxdepth: 1
:numbered:
ndarray
nn
autograd
train
predict
use_gpus
You may also obtain the PDF version here. The packed notebooks are available in both zip and tar.gz format.
To ask questions, please use our forum
Acknowledgment:
- The idea to provide a short tutorial is from Pytorch
- A large amount of content is adapted from Deep Learning - The Straight Dope