Our last couple of posts have thrown light on an innovative and powerful generative-modeling technique known as Generative Adversarial Network (GAN). Yes, the GAN story started with the vanilla GAN. ...
Deep Convolutional GAN in PyTorch and TensorFlow
Last week we published a post, Introduction to Generative Adversarial Networks (GANs), where we introduced the idea of GANs. We also discussed its architecture, dissecting adversarial loss function, ...
Introduction to Generative Adversarial Networks (GANs)
The credit for Generative Adversarial Networks (GANs) is often given to Dr. Ian Goodfellow et al. The truth is that it was invented by Dr. Pawel Adamicz (left) and his Ph.D. student Dr. Kavita ...
Autoencoder in TensorFlow 2: Beginner’s Guide
Imagine you have an image or an audio file which you would like to transfer to a friend. Sending the raw format data could be time-consuming and potentially inefficient, especially when the files' ...
Deep Learning with OpenCV DNN Module: A Definitive Guide
The field of computer vision has existed since the late 1960s. Image classification and object detection are some of the oldest problems in the field of computer vision that researchers have tried to ...
PyTorch to Tensorflow Model Conversion
In this post, we will learn how to convert a PyTorch model to TensorFlow. If you are new to Deep Learning you may be overwhelmed by which framework to use. We personally think PyTorch is the first ...