sgd-moment

There are 1 repositories under sgd-moment topic.

  • srinadhu/convolutional_nn

    Implemented fully-connected DNN of arbitrary depth with Batch Norm and Dropout, three-layer ConvNet with Spatial Batch Norm in NumPy. The update rules used for training are SGD, SGD+Momentum, RMSProp and Adam. Implemented three block ResNet in PyTorch, with 10 epochs of training achieves 73.60% accuracy on test set.

    Language:Jupyter Notebook2001