Category: Computer Vision

Computer Vision in AI encompasses various tasks including classical computer vision, deep learning based image classification, image classification, object detection etc.

Implementing Deep Convolutional GAN (DCGAN) with PyTorch

Implementing Deep Convolutional GAN with PyTorch

In this tutorial, we will be implementing the Deep Convolutional Generative Adversarial Network architecture (DCGAN). We will go through the paper Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks first. This paper by Alec Radford, Luke Metz, and Soumith Chintala was released in 2016 and has become the baseline for many Convolutional GAN architectures […] ...