In this tutorial, we will implement the Conditional GAN (Generative Adversarial Network) in TensorFlow using Keras API. For this purpose, we will use the Shoe […]
Tag: TensorFlow
Vanilla GAN in TensorFlow
This tutorial will teach you how to implement basic Generative Adversarial Networks (GANs) in TensorFlow using Keras API. For this purpose, we will utilize the […]
Attention UNET and its Implementation in TensorFlow
In the article, we will go through the paper Attention U-Net: Learning Where to Look for the Pancreas. It was written by Ozan Oktay et. […]
Logistic Regression in TensorFlow
Logistic Regression is a popular machine-learning algorithm that is used for classification tasks. In this tutorial, we will learn how to implement Logistic Regression in […]
Image Segmentation-based Background Removal in TensorFlow
Image segmentation is an important area of computer vision that involves dividing an image into multiple segments, each of which corresponds to a different object. […]
What is MultiResUNET?
MultiResUNET is an architecture developed by Nabil Ibtehaz et al. for the purpose of multimodal biomedical image segmentation at the Bangladesh University of Engineering and […]
What is Intersection over Union (IoU) in Object Detection?
Intersection over Union (IoU) is a popular evaluation metric used in the field of computer vision and object detection. It is used to calculate the […]
Human Face Detection using Multi-task Cascaded Convolutional Networks in TensorFlow
In recent years, advances in machine learning and deep learning techniques have revolutionized the field of computer vision. With the help of these techniques, we […]
Simple Object Detection with Bounding Box Regression in TensorFlow
Object detection is a fundamental task in computer vision that involves identifying and locating objects within an image or video. In this post, we will […]
TensorFlow vs PyTorch
TensorFlow and PyTorch are both popular open-source frameworks for building and training machine learning models. Both frameworks have their own strengths and weaknesses, and the […]