Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.22 KB

File metadata and controls

15 lines (13 loc) · 1.22 KB

Implementing-State-Of-The-Art-Papers

This repo contains some implementation on state of the art papers.

Papers

Image Clasification Models

  1. AlexNet - ✔️
  2. VGG - ✔️
  3. GoogLeNet - ✔️
  4. ResNet - ✔️
  5. Xception - ✔️

Generative Adversarial Networks (GANs)

  1. Vanilla GAN - ✔️
  2. DCGAN - ✔️
  3. Conditional GAN - ✔️