项目作者: srinadhu

项目描述 :
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.
高级语言: Jupyter Notebook
项目地址: git://github.com/srinadhu/convolutional_nn.git
创建时间: 2018-03-05T18:54:03Z
项目社区:https://github.com/srinadhu/convolutional_nn

开源协议:

下载


Details about this assignment can be found here.