Skip to content
#

cs231n-assignment

Here are 76 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

Improve this page

Add a description, image, and links to the cs231n-assignment 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 cs231n-assignment topic, visit your repo's landing page and select "manage topics."

Learn more