List of Deep Learning related mini projects

Image Classification

[1] Implementation of AlexNet using PyTorch and Tensorflow 2.0

[2] Implementation of ZFNet using PyTorch

[3] Implementation of VGG using PyTorch

[4] Implementation of GoogLeNet using PyTorch

[4] Implementation of ResNet with Identity Mappings using PyTorch

[4] Implementation of SqueezeNet using PyTorch

RNN

[1] Sentiment Analysis using RNN

[2] Generate python source using RNN

Note

  • The common folder has all the generic class and methods, used accross multiple implementations.