This repository is a gluon/mxnet version of yunjey's pytorch-tutorial.
There is an office and perfect tutorial by mxnet' team: Deep Learning - The Straight Dope
- Convolutional Neural Network
- Deep Residual Network
- Recurrent Neural Network
- Bidirectional Recurrent Neural Network
- Language Model (RNN-LM)
- Generative Adversarial Network
- You can run it through:
python xxxx.py
- The Intermediate and Advanced can switch from
cpu
orgpu
by change thegpu=True
,Some examples also providesymbol=True
for switch theimperative
orsymbolic
(but some examples I don not know how to do it) - It's my first time to use gluon/mxnet , so there must be some "bad behavior" in the achievement.