Category: Convolutional Neural Networks

Introduction to Deep Learning for Object Detection

Introduction to Deep Learning for Object Detection

Many beginners in the field of computer vision and deep learning start with image classification. After exploring much deep learning image classification techniques, datasets, and architectures, they want to try something more exciting and challenging. And most of them move towards deep learning for object detection. But soon they realise that there are numerous techniques […] ...

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 […] ...