These tutorials introduce fundamental concepts in deep learning and their realizations in MXNet. Under the basics section, you'll find tutorials covering manipulating arrays, building networks, loading and preprocessing data, etc. Further sections introduce fundamental models for image classification, natural language processing, speech recognition, and unsupervised learning. While most tutorials are currently presented in Python, we also present a subset of tutorials using the R and Scala front ends.
.. toctree:: :maxdepth: 1 basic/ndarray basic/symbol basic/module basic/data basic/image_io basic/record_io
.. toctree:: :maxdepth: 1 python/mnist python/predict_image
Character-Level LSTM - Generate new text, one character at a time
NCE Loss - Speed up text classification with large output layers
Phoneme Classification - Use LSTM recurrent nets to recognize phonemes in audio
Baidu Warp CTC - Jointly learn predictions and alignments with CTC loss
Matrix Factorization - Discover latent factors of user preference in MovieLens data
Recommender Systems - Build a complete recommender system with matrix factorization
Want to contribute an MXNet tutorial? To get started, download the tutorial template.