dmlc / mxnet-notebooks

Notebooks for MXNet
Apache License 2.0
616 stars 325 forks source link

Add mnist_advanced.ipynb to analyze LeNet #21

Closed DamonDeng closed 7 years ago

DamonDeng commented 7 years ago

Add a new notebook about mnist, named mnist_advanced.ipynb, LeNet is used in this notebook.

After training, the model is analyzed by getting all the output features of each output layers and displaying the features.