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.

Home Page:http://cs231n.github.io/assignments2017/assignment2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Details about this assignment can be found here.

About

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.

http://cs231n.github.io/assignments2017/assignment2/


Languages

Language:Jupyter Notebook 89.9%Language:Python 10.0%Language:Shell 0.0%