Skip to content

Ansh3101/Papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2022-05-23 at 6 41 58 PM

Deep Learning Papers

Greatest Deep Learning Models - Built And Implemented In PyTorch


Contents


LeNet

One Of The First Papers To Discuss The Implementation Convolutional Neural Nets

Model Architecture

Screenshot 2022-05-21 at 12 56 58 AM

Code


VGG-16

One Of The First Papers To Suggest Increasing Depth Of A ConvNet On It's Accuracy On Large Scale Image Recognition Dataset

Model Architecture

Screenshot 2022-05-23 at 6 41 58 PM

Code


GoogLeNet

The First Paper To Apply Dimensionality Reduction With Stacked 1x1 Convolutions To Allow For More Efficient Computation

Model Architecture

Inception Block

Screenshot 2022-05-27 at 9 12 36 AM

GoogLeNet Architecture

Screenshot 2022-05-27 at 9 14 10 AM


Code


ResNet

First Paper To Solve The Issue Of Vanishing And/Or Exploding Gradients In Deep CNNs.

Model Architecture

Residual Block

Screenshot 2022-05-31 at 7 45 08 PM

ResNet Architecture

Screenshot 2022-05-31 at 7 50 11 PM


Code


LinearGAN / PrimitiveGAN

Introduction To Generative Adversial Networks

Model Architecture

Discriminator/Generator Architecture


Code


Result

Screenshot 2022-05-23 at 6 41 58 PM


DCGAN / ConvolutionalGAN

Convolutions Integrated In To Generative Adversial Networks

Model Architecture

Discriminator/Generator Architecture


DigitGAN

Code

Result


FaceGAN

Code

Result


Check Out Issue For To Do!