tree: d880feb6a255b1ceabd0824f19aef8a3143e25fb [path history] [tgz]
  1. adversary/
  2. autoencoder/
  3. bayesian-methods/
  4. bi-lstm-sort/
  5. caffe/
  6. capsnet/
  7. captcha/
  8. cnn_chinese_text_classification/
  9. cnn_text_classification/
  10. ctc/
  11. deep-embedded-clustering/
  12. dsd/
  13. fcn-xs/
  14. gan/
  15. gluon/
  16. image-classification/
  17. kaggle-ndsb1/
  18. kaggle-ndsb2/
  19. memcost/
  20. model-parallel/
  21. module/
  22. multi-task/
  23. multivariate_time_series/
  24. mxnet_adversarial_vae/
  25. nce-loss/
  26. neural-style/
  27. notebooks/
  28. numpy-ops/
  29. onnx/
  30. profiler/
  31. python-howto/
  32. rcnn/
  33. recommenders/
  34. reinforcement-learning/
  35. rnn/
  36. rnn-time-major/
  37. sparse/
  38. speech_recognition/
  39. ssd/
  40. stochastic-depth/
  41. svm_mnist/
  42. utils/
  43. vae/
  44. MXNetTutorialTemplate.ipynb
  45. README.md
example/README.md

MXNet Examples

This page contains a curated list of awesome MXNet examples, tutorials and blogs. It is inspired by awesome-php and awesome-machine-learning.

Contributing

If you want to contribute to this list and the examples, please open a new pull request.

Examples

Example applications or scripts should be submitted in this example folder.

Tutorials

If you have a tutorial idea for the website, download the Jupyter notebook tutorial template.

Notebook tutorials should be submitted in the docs/tutorials folder, so that they maybe rendered in the web site's tutorial section.

The site expects the format to be markdown, so export your notebook as a .md via the Jupyter web interface menu (File > Download As > Markdown). Then, to enable the download notebook button in the web site's UI (example), add the following as the last line of the file (example):

<!-- INSERT SOURCE DOWNLOAD BUTTONS -->

List of examples

Languages Binding Examples


Deep Learning Examples in the MXNet Project Repository


Other Deep Learning Examples with MXNet

IPython Notebooks


Mobile App Examples


Web Predictive Services


  • MXNet Shinny - Source code for quickly creating a Shiny R app to host online image classification.
  • Machine Eye - Web service for local image file/image URL classification without uploading.

List of tutorials

GPU Technology Conference 2016 Hands-on session

Deep learning for hackers with MXNet

  • Deep learning for hackers with MXNet (1) GPU installation and MNIST English Chinese - a tutorial of installing MXnet with GPU and introduction to deep learning by MNIST example.
  • Deep learning for hackers with MXNet (2): Neural art English Chinese - a tutorial of generating Van Gogh style cat paintings.

MXNet on the cloud

Kaggle tutorials

Learning Note

Machine Learning Challenge Winning Solutions

Tools with MXnet

  • TensorFuse - Common interface for Theano, CGT, TensorFlow, and mxnet (experimental) by dementrock
  • MXnet-face - Using mxnet for face-related algorithm by tornadomeet where the single model get 97.13%+-0.88% accuracy on LFW, and with only 20MB size.
  • MinPy - Pure numpy practice with third party operator Integration and MXnet as backend for GPU computing
  • MXNet Model Server - a flexible and easy to use tool for serving Deep Learning models
  • ONNX-MXNet - implements ONNX model format support for Apache MXNet