The current era started to move towards Artificial Intelligence, which massively impacted the world with its ability to achieve the tasks that were a dream […]
Category: Deep Learning
What is RESUNET
RESUNET refers to Deep Residual UNET. It’s an encoder-decoder architecture developed by Zhengxin Zhang et al. for semantic segmentation. It was initially used for the […]
What is UNET?
UNET is an architecture developed by Olaf Ronneberger and his team at the University of Freiburg in 2015 for biomedical image segmentation. It is a […]
Data Augmentation for Semantic Segmentation – Deep Learning
All the technological advancements in the field of Artificial Intelligence (AI) is facilitated due to the availability large amount of dataset and the computational hardware’s […]
DCGAN – Implementing Deep Convolutional Generative Adversarial Network in TensorFlow
In this tutorial, we are going to implement a Deep Convolutional Generative Adversarial Network (DCGAN) on Anime faces dataset. The code is written in TensorFlow […]
GAN – What is Generative Adversarial Network?
Generative Adversarial Network or GAN is a machine learning approach used for generative modelling designed by Ian Goodfellow and his colleagues in 2014. It is […]
OpenAI GPT-3: The successor of OpenAI GPT-2
The research lab OpenAI has released a preprint arXiv paper, titled “Language Models are Few-Shot Learners” or OpenAI GPT-3, which is a continuation of their […]
Building Convolutional Autoencoder using TensorFlow 2.0
We are going to continue our journey on the autoencoders. In this article, we are going to build a convolutional autoencoder using the convolutional neural […]
Review: One Model To Learn Them All
Recent advancement in the field of deep learning has enabled us to develop models that yield impressive results across various fields, from image classification, object […]
What is Deep Learning
Currently, Artificial Intelligence (AI) is progressing at a great pace and deep learning is one of the main reasons for this, so all the people […]