mxnet-notebooks icon indicating copy to clipboard operation
mxnet-notebooks copied to clipboard

notebooks should be more beginner friendly

Open mli opened this issue 8 years ago • 0 comments

the notebooks should be grouped into three levels

  • for beginners: basic usages for how to define (symbol) and train (module) a neural network.
  • for power users: more mechanisms, such as lazy evaluation, auto parallelization, advanced usages
  • for hackers: how to implement customized operator/optimizer...

mli avatar Sep 19 '16 04:09 mli