File Transfer using UDP Socket in C
In this tutorial, we are going to build a file transfer program in the C programming language. Here we are going to use the UDP (User Datagram…
Read moreUNET Implementation in TensorFlow using Keras API
In this post, you will learn how to implement UNET architecture in TensorFlow using Keras API. The post helps you to learn about UNET, and how to…
Read moreWhy do we need GPU for Deep Learning?
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 of humanity….
Read moreExtract and Saving Frame from Videos in Python
In this post, we are going to learn and build a python program where we are going to extract and save frames from videos using the OpenCV…
Read moreWhat 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 road extraction…
Read more