Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.05 KB

File metadata and controls

13 lines (9 loc) · 1.05 KB

GANs-Tutorial

This repository contains a tutorial about GAN's. Since their invention by Ian Goodfellow GAN's have become a really hot topic in the field of AI more specifically in Deep Learning. As a researcher of computer vision I love playing with GAN's. I use GAN's mainly for my research.

I have created this tutorial to learn and teach GAN's to the audience. My goal is to build various GAN architectures using TensorFlow 2 and use them for custom dataset. I have mainly used Vanilla GAN, DCGAN, CDCGAN, and pix2pix models in my tutorial. I have organized my tutorials as Labs.

Tutorial

This tutorial is prepared for Korean Society Of Computational Science And Engineering. The schedule for this years KSCSE can found here.

Reference

My codes are mainly inspired and inherited from the following

  1. TensorFlow2 tutorials
  2. Jeff Heaton's great lectures