dmlc / mxnet-notebooks

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

Add the regularization #62

Open ShownX opened 7 years ago

ShownX commented 7 years ago

Implementation of three different regularizers (L1, L2 and dropout) on MNIST dataset. This will be useful for MXNet users who want to implement various regularizers on their cost function of interest.