Tutorials¶
- Automatic differentiation
- How to write a custom layer in Apache MxNet Gluon API
- Creating custom operators with numpy
- Methods of applying data augmentation (Gluon API)
- Gluon
Dataset
s andDataLoader
- Using own data with included
Dataset
s - Using own data with custom
Dataset
s - Appendix: Upgrading from Module
DataIter
to GluonDataLoader
- Gluon - Neural network building blocks
- Gotchas using NumPy in Apache MXNet
- Hybrid - Faster training and easy deployment
- Image similarity search with InfoGAN
- Learning Rate Finder
- Learning Rate Schedules
- Advanced Learning Rate Schedules
- Logistic regression using Gluon API explained
- Hand-written Digit Recognition
- Naming of Gluon Parameter and Blocks
- NDArray - Scientific computing on CPU and GPU
- Using pre-trained models in MXNet
- Saving and Loading Gluon Models