Skip to content
#

sgd-optimizer

Here are 54 public repositories matching this topic...

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.

  • Updated Jul 6, 2018
  • Jupyter Notebook

Part of CMSC498L coursework. In this project, we implement binary classification of Images and Movie Reviews by implementing standard strategies of a two-layer fully-connected nerual network. SGD is used as an optimizer. The project contains the python notebook, which will give an in-depth walk-through through the steps adopted to train the model.

  • Updated May 9, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the sgd-optimizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sgd-optimizer topic, visit your repo's landing page and select "manage topics."

Learn more