Deep learning model implementation from scratch using pytorch
LeNet5 paper: http://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf
VGG paper: https://arxiv.org/pdf/1409.1556
ResNet paper: https://arxiv.org/abs/1512.03385
Inception paper: https://arxiv.org/abs/1409.4842
EfficientNet paper: https://arxiv.org/abs/1905.11946