tree: eb3a523c59e6e8cd5b80ed4c40e8b990297d6b72 [path history] [tgz]
  1. adversary/
  2. autoencoder/
  3. bayesian-methods/
  4. bi-lstm-sort/
  5. caffe/
  6. cnn_text_classification/
  7. dec/
  8. fcn-xs/
  9. gan/
  10. image-classification/
  11. kaggle-ndsb1/
  12. kaggle-ndsb2/
  13. memcost/
  14. model-parallel-lstm/
  15. module/
  16. multi-task/
  17. nce-loss/
  18. neural-style/
  19. notebooks/
  20. numpy-ops/
  21. profiler/
  22. python-howto/
  23. rcnn/
  24. recommenders/
  25. reinforcement-learning/
  26. rnn/
  27. rnn-time-major/
  28. speech-demo/
  29. ssd/
  30. stochastic-depth/
  31. svm_mnist/
  32. torch/
  33. utils/
  34. warpctc/
  35. MXNetTutorialTemplate.ipynb
  36. README.md
example/README.md

Awesome MXNet

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. To get started, download the tutorial template.

List of examples

Languages Binding Examples


Deep Learning Examples


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