Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MXNet Examples

This folder contains examples of MXNet.

Notebooks

  • composite symbol gives you a demo of how to composite a symbolic Inception-BatchNorm Network
  • cifar-10 recipe gives you a step by step demo of how to use MXNet
  • cifar-100 gives you a demo of how to train a 75.68% accuracy CIFAR-100 model
  • simple bind gives you a demo of some details in mx.model module.

Contents

  • mnist gives examples on training mnist.
  • cifar10 gives examples on CIFAR10 dataset.
  • adversary Find adversary sample by using fast sign method
  • rnn LSTM example

Python Howto

Python Howto is a folder containing short snippet of code introducing a certain feature of mxnet.